#CD356F

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

Shades of Cerise #CD356F

Tints of Cerise #CD356F

Color information

#CD356F (or 0xCD356F) is unknown color: approx Cerise. HEX triplet: CD, 35 and 6F. RGB value is (205,53,111). Sum of RGB (Red+Green+Blue) = 205+53+111=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD356F is #32CA90. Grayscale: #686868. Windows color (decimal): -3328657 or 7288269. OLE color: 7288269.

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

Color convert

RGB20553111-
CMYK00.740.460.20
HSL337.11º60.32%50.59%-
HSV(B)337.11º74.15%80.39%-
XYZ29.3216.6716.71-
YUV105.06131.36199.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.56%
GREEN value IS 53 (21.09% from 255) = 14.36%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=55.56%
G=14.36%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055311100.740.460.20337.1160.3250.59
HexCD356F04A2E141513c33
Octal31565157011256245217463
Binary1100110111010111011110100101010111010100101010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD356F; }

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

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

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

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

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

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

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

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