#CD335A

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

Shades of Cerise #CD335A

Tints of Cerise #CD335A

Color information

#CD335A (or 0xCD335A) is unknown color: approx Cerise. HEX triplet: CD, 33 and 5A. RGB value is (205,51,90). Sum of RGB (Red+Green+Blue) = 205+51+90=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD335A is #32CCA5. Grayscale: #656565. Windows color (decimal): -3329190 or 5911501. OLE color: 5911501.

HSL color Cylindrical-coordinate representation of color #CD335A: hue angle of 344.81º 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 #CD335A is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB2055190-
CMYK00.750.560.20
HSL344.81º60.63%50.2%-
HSV(B)344.81º75.12%80.39%-
XYZ28.2116.0811.29-
YUV101.49121.52201.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.25%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=59.25%
G=14.74%
B=26.01%

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
Decimal205519000.750.560.20344.8160.6350.2
HexCD335A04B38141593d32
Octal31563132011370245317562
Binary1100110111001110110100100101111100010100101011001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD335A; }

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

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

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

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

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

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

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

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