#CD3152

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

Shades of Old Rose #CD3152

Tints of Old Rose #CD3152

Color information

#CD3152 (or 0xCD3152) is unknown color: approx Old Rose. HEX triplet: CD, 31 and 52. RGB value is (205,49,82). Sum of RGB (Red+Green+Blue) = 205+49+82=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3152 is #32CEAD. Grayscale: #636363. Windows color (decimal): -3329710 or 5386701. OLE color: 5386701.

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

Color convert

RGB2054982-
CMYK00.760.60.20
HSL347.31º61.42%49.8%-
HSV(B)347.31º76.1%80.39%-
XYZ27.815.789.56-
YUV99.41118.18203.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.01%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=61.01%
G=14.58%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205498200.760.60.20347.3161.4249.8
HexCD315204C3C1415b3d32
Octal31561122011474245337562
Binary1100110111000110100100100110011110010100101011011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3152; }

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

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

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

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

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

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

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

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