#CD334F

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

Shades of Old Rose #CD334F

Tints of Old Rose #CD334F

Color information

#CD334F (or 0xCD334F) is unknown color: approx Old Rose. HEX triplet: CD, 33 and 4F. RGB value is (205,51,79). Sum of RGB (Red+Green+Blue) = 205+51+79=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD334F is #32CCB0. Grayscale: #646464. Windows color (decimal): -3329201 or 5190605. OLE color: 5190605.

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

Color convert

RGB2055179-
CMYK00.750.610.20
HSL349.09º60.63%50.2%-
HSV(B)349.09º75.12%80.39%-
XYZ27.7715.919-
YUV100.24116.02202.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.19%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 79 (31.25% from 255) = 23.58%
R=61.19%
G=15.22%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205517900.750.610.20349.0960.6350.2
HexCD334F04B3D1415d3d32
Octal31563117011375245357562
Binary1100110111001110011110100101111110110100101011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD334F; }

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

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

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

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

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

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

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

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