#CD2368

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

Shades of Cerise #CD2368

Tints of Cerise #CD2368

Color information

#CD2368 (or 0xCD2368) is unknown color: approx Cerise. HEX triplet: CD, 23 and 68. RGB value is (205,35,104). Sum of RGB (Red+Green+Blue) = 205+35+104=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2368 is #32DC97. Grayscale: #5D5D5D. Windows color (decimal): -3333272 or 6824909. OLE color: 6824909.

HSL color Cylindrical-coordinate representation of color #CD2368: hue angle of 335.65º degrees, saturation: 0.71, 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 #CD2368 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB20535104-
CMYK00.830.490.20
HSL335.65º70.83%47.06%-
HSV(B)335.65º82.93%80.39%-
XYZ28.2815.1814.54-
YUV93.7133.82207.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.59%
GREEN value IS 35 (14.06% from 255) = 10.17%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=59.59%
G=10.17%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053510400.830.490.20335.6570.8347.06
HexCD23680533114150472f
Octal315431500123612452010757
Binary11001101100011110100001010011110001101001010100001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2368; }

 p { color: rgb(205,35,104); }

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

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

 a { background-color: rgb(205,35,104); }

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

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

 span { border-color: rgb(205,35,104); }

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