#cd3162

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

Shades of Cerise #CD3162

Tints of Cerise #CD3162

Color information

#CD3162 (or 0xCD3162) is unknown color: approx Cerise. HEX triplet: CD, 31 and 62. RGB value is (205,49,98). Sum of RGB (Red+Green+Blue) = 205+49+98=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3162 is #32CE9D. Grayscale: #656565. Windows color (decimal): -3329694 or 6435277. OLE color: 6435277.

HSL color Cylindrical-coordinate representation of color #CD3162: hue angle of 341.15º 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 #CD3162 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB2054998-
CMYK00.760.520.20
HSL341.15º61.42%49.8%-
HSV(B)341.15º76.1%80.39%-
XYZ28.4816.0613.15-
YUV101.23126.18202.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.24%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=58.24%
G=13.92%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205499800.760.520.20341.1561.4249.8
HexCD316204C34141553d32
Octal31561142011464245257562
Binary1100110111000111000100100110011010010100101010101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3162; }

 p { color: rgb(205,49,98); }

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

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

 a { background-color: rgb(205,49,98); }

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

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

 span { border-color: rgb(205,49,98); }

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