#CD2759

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

Shades of Old Rose #CD2759

Tints of Old Rose #CD2759

Color information

#CD2759 (or 0xCD2759) is unknown color: approx Old Rose. HEX triplet: CD, 27 and 59. RGB value is (205,39,89). Sum of RGB (Red+Green+Blue) = 205+39+89=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2759 is #32D8A6. Grayscale: #5E5E5E. Windows color (decimal): -3332263 or 5842893. OLE color: 5842893.

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

Color convert

RGB2053989-
CMYK00.810.570.20
HSL341.93º68.03%47.84%-
HSV(B)341.93º80.98%80.39%-
XYZ27.7115.1510.92-
YUV94.33125206.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.56%
GREEN value IS 39 (15.62% from 255) = 11.71%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=61.56%
G=11.71%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205398900.810.570.20341.9368.0347.84
HexCD275905139141564430
Octal315471310121712452610460
Binary11001101100111101100101010001111001101001010101101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2759; }

 p { color: rgb(205,39,89); }

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

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

 a { background-color: rgb(205,39,89); }

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

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

 span { border-color: rgb(205,39,89); }

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