#CD226C

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

Shades of Cerise #CD226C

Tints of Cerise #CD226C

Color information

#CD226C (or 0xCD226C) is unknown color: approx Cerise. HEX triplet: CD, 22 and 6C. RGB value is (205,34,108). Sum of RGB (Red+Green+Blue) = 205+34+108=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD226C is #32DD93. Grayscale: #5D5D5D. Windows color (decimal): -3333524 or 7086797. OLE color: 7086797.

HSL color Cylindrical-coordinate representation of color #CD226C: hue angle of 334.04º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD226C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB20534108-
CMYK00.830.470.20
HSL334.04º71.55%46.86%-
HSV(B)334.04º83.41%80.39%-
XYZ28.4615.2115.62-
YUV93.56136.15207.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.08%
GREEN value IS 34 (13.67% from 255) = 9.80%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=59.08%
G=9.80%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053410800.830.470.20334.0471.5546.86
HexCD226C0532F1414e482f
Octal315421540123572451611057
Binary11001101100010110110001010011101111101001010011101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD226C; }

 p { color: rgb(205,34,108); }

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

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

 a { background-color: rgb(205,34,108); }

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

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

 span { border-color: rgb(205,34,108); }

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