#CC334D

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

Shades of Old Rose #CC334D

Tints of Old Rose #CC334D

Color information

#CC334D (or 0xCC334D) is unknown color: approx Old Rose. HEX triplet: CC, 33 and 4D. RGB value is (204,51,77). Sum of RGB (Red+Green+Blue) = 204+51+77=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC334D is #33CCB2. Grayscale: #636363. Windows color (decimal): -3394739 or 5059532. OLE color: 5059532.

HSL color Cylindrical-coordinate representation of color #CC334D: hue angle of 349.8º degrees, saturation: 0.6, 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 #CC334D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB2045177-
CMYK00.750.620.2
HSL349.8º60%50%-
HSV(B)349.8º75%80%-
XYZ27.4315.748.61-
YUV99.71115.19202.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.45%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=61.45%
G=15.36%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204517700.750.620.2349.86050
HexCC334D04B3E1415e3c32
Octal31463115011376245367462
Binary1100110011001110011010100101111111010100101011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC334D; }

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

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

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

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

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

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

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

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