#CD355C

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

Shades of Cerise #CD355C

Tints of Cerise #CD355C

Color information

#CD355C (or 0xCD355C) is unknown color: approx Cerise. HEX triplet: CD, 35 and 5C. RGB value is (205,53,92). Sum of RGB (Red+Green+Blue) = 205+53+92=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD355C is #32CAA3. Grayscale: #666666. Windows color (decimal): -3328676 or 6043085. OLE color: 6043085.

HSL color Cylindrical-coordinate representation of color #CD355C: hue angle of 344.61º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD355C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB2055392-
CMYK00.740.550.20
HSL344.61º60.32%50.59%-
HSV(B)344.61º74.15%80.39%-
XYZ28.3816.311.78-
YUV102.89121.86200.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.57%
GREEN value IS 53 (21.09% from 255) = 15.14%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=58.57%
G=15.14%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205539200.740.550.20344.6160.3250.59
HexCD355C04A37141593c33
Octal31565134011267245317463
Binary1100110111010110111000100101011011110100101011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD355C; }

 p { color: rgb(205,53,92); }

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

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

 a { background-color: rgb(205,53,92); }

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

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

 span { border-color: rgb(205,53,92); }

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