#CD335B

Color #CD335B Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #CD335B

Tints of Cerise #CD335B

Color information

#CD335B (or 0xCD335B) is unknown color: approx Cerise. HEX triplet: CD, 33 and 5B. RGB value is (205,51,91). Sum of RGB (Red+Green+Blue) = 205+51+91=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD335B is #32CCA4. Grayscale: #656565. Windows color (decimal): -3329189 or 5977037. OLE color: 5977037.

HSL color Cylindrical-coordinate representation of color #CD335B: hue angle of 344.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD335B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB2055191-
CMYK00.750.560.20
HSL344.42º60.63%50.2%-
HSV(B)344.42º75.12%80.39%-
XYZ28.2516.111.52-
YUV101.61122.02201.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 59.08%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=59.08%
G=14.70%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205519100.750.560.20344.4260.6350.2
HexCD335B04B38141583d32
Octal31563133011370245307562
Binary1100110111001110110110100101111100010100101011000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD335B; }

 p { color: rgb(205,51,91); }

 H1.HeaderClassName
 {
   color: #CD335B;
 }
 .AnyTagClassName
 {
   color: #CD335B;
 }
</style>
background-color css

<style>
 a { background-color: #CD335B; }

 a { background-color: rgb(205,51,91); }

 div.DivClassName
 {
   background-color: #CD335B;
 }
 .BgClassName
 {
   background-color: #CD335B;
 }
</style>
border-color css

<style>
 span { border-color: #CD335B; }

 span { border-color: rgb(205,51,91); }

 td.TdClassName
 {
   border-color: #CD335B;
 }
 .TagClassName
 {
   border-color: #CD335B;
 }
</style>