#CD2665

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

Shades of Cerise #CD2665

Tints of Cerise #CD2665

Color information

#CD2665 (or 0xCD2665) is unknown color: approx Cerise. HEX triplet: CD, 26 and 65. RGB value is (205,38,101). Sum of RGB (Red+Green+Blue) = 205+38+101=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2665 is #32D99A. Grayscale: #5F5F5F. Windows color (decimal): -3332507 or 6629069. OLE color: 6629069.

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

Color convert

RGB20538101-
CMYK00.810.510.20
HSL337.37º68.72%47.65%-
HSV(B)337.37º81.46%80.39%-
XYZ28.2215.313.78-
YUV95.12131.33206.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.59%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=59.59%
G=11.05%
B=29.36%

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
Decimal2053810100.810.510.20337.3768.7247.65
HexCD266505133141514530
Octal315461450121632452110560
Binary11001101100110110010101010001110011101001010100011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2665; }

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

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

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

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

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

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

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

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