#CD2664

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

Shades of Cerise #CD2664

Tints of Cerise #CD2664

Color information

#CD2664 (or 0xCD2664) is unknown color: approx Cerise. HEX triplet: CD, 26 and 64. RGB value is (205,38,100). Sum of RGB (Red+Green+Blue) = 205+38+100=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2664 is #32D99B. Grayscale: #5E5E5E. Windows color (decimal): -3332508 or 6563533. OLE color: 6563533.

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

Color convert

RGB20538100-
CMYK00.810.510.20
HSL337.72º68.72%47.65%-
HSV(B)337.72º81.46%80.39%-
XYZ28.1715.2913.52-
YUV95130.83206.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.77%
GREEN value IS 38 (15.23% from 255) = 11.08%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=59.77%
G=11.08%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053810000.810.510.20337.7268.7247.65
HexCD266405133141524530
Octal315461440121632452210560
Binary11001101100110110010001010001110011101001010100101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2664; }

 p { color: rgb(205,38,100); }

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

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

 a { background-color: rgb(205,38,100); }

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

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

 span { border-color: rgb(205,38,100); }

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