#CD3264

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

Shades of Cerise #CD3264

Tints of Cerise #CD3264

Color information

#CD3264 (or 0xCD3264) is unknown color: approx Cerise. HEX triplet: CD, 32 and 64. RGB value is (205,50,100). Sum of RGB (Red+Green+Blue) = 205+50+100=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3264 is #32CD9B. Grayscale: #666666. Windows color (decimal): -3329436 or 6566605. OLE color: 6566605.

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

Color convert

RGB20550100-
CMYK00.760.510.20
HSL340.65º60.78%50%-
HSV(B)340.65º75.61%80.39%-
XYZ28.6216.1813.67-
YUV102.04126.85201.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.75%
GREEN value IS 50 (19.92% from 255) = 14.08%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=57.75%
G=14.08%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055010000.760.510.20340.6560.7850
HexCD326404C33141553d32
Octal31562144011463245257562
Binary1100110111001011001000100110011001110100101010101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3264; }

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

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

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

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

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

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

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

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