#CD376A

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

Shades of Cerise #CD376A

Tints of Cerise #CD376A

Color information

#CD376A (or 0xCD376A) is unknown color: approx Cerise. HEX triplet: CD, 37 and 6A. RGB value is (205,55,106). Sum of RGB (Red+Green+Blue) = 205+55+106=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD376A is #32C895. Grayscale: #696969. Windows color (decimal): -3328150 or 6961101. OLE color: 6961101.

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

Color convert

RGB20555106-
CMYK00.730.480.20
HSL339.6º60%50.98%-
HSV(B)339.6º73.17%80.39%-
XYZ29.1416.7515.33-
YUV105.66128.2198.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.01%
GREEN value IS 55 (21.88% from 255) = 15.03%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=56.01%
G=15.03%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055510600.730.480.20339.66050.98
HexCD376A04930141543c33
Octal31567152011160245247463
Binary1100110111011111010100100100111000010100101010100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD376A; }

 p { color: rgb(205,55,106); }

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

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

 a { background-color: rgb(205,55,106); }

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

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

 span { border-color: rgb(205,55,106); }

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