#CD334D

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

Shades of Old Rose #CD334D

Tints of Old Rose #CD334D

Color information

#CD334D (or 0xCD334D) is unknown color: approx Old Rose. HEX triplet: CD, 33 and 4D. RGB value is (205,51,77). Sum of RGB (Red+Green+Blue) = 205+51+77=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD334D is #32CCB2. Grayscale: #646464. Windows color (decimal): -3329203 or 5059533. OLE color: 5059533.

HSL color Cylindrical-coordinate representation of color #CD334D: hue angle of 349.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD334D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB2055177-
CMYK00.750.620.20
HSL349.87º60.63%50.2%-
HSV(B)349.87º75.12%80.39%-
XYZ27.715.888.63-
YUV100.01115.02202.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.56%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=61.56%
G=15.32%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205517700.750.620.20349.8760.6350.2
HexCD334D04B3E1415e3d32
Octal31563115011376245367562
Binary1100110111001110011010100101111111010100101011110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD334D; }

 p { color: rgb(205,51,77); }

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

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

 a { background-color: rgb(205,51,77); }

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

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

 span { border-color: rgb(205,51,77); }

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