#CD356D

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

Shades of Cerise #CD356D

Tints of Cerise #CD356D

Color information

#CD356D (or 0xCD356D) is unknown color: approx Cerise. HEX triplet: CD, 35 and 6D. RGB value is (205,53,109). Sum of RGB (Red+Green+Blue) = 205+53+109=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD356D is #32CA92. Grayscale: #686868. Windows color (decimal): -3328659 or 7157197. OLE color: 7157197.

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

Color convert

RGB20553109-
CMYK00.740.470.20
HSL337.89º60.32%50.59%-
HSV(B)337.89º74.15%80.39%-
XYZ29.2116.6316.14-
YUV104.83130.36199.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.86%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=55.86%
G=14.44%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055310900.740.470.20337.8960.3250.59
HexCD356D04A2F141523c33
Octal31565155011257245227463
Binary1100110111010111011010100101010111110100101010010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD356D; }

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

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

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

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

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

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

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

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