#CC334E

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

Shades of Old Rose #CC334E

Tints of Old Rose #CC334E

Color information

#CC334E (or 0xCC334E) is unknown color: approx Old Rose. HEX triplet: CC, 33 and 4E. RGB value is (204,51,78). Sum of RGB (Red+Green+Blue) = 204+51+78=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC334E is #33CCB1. Grayscale: #636363. Windows color (decimal): -3394738 or 5125068. OLE color: 5125068.

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

Color convert

RGB2045178-
CMYK00.750.620.2
HSL349.41º60%50%-
HSV(B)349.41º75%80%-
XYZ27.4615.768.8-
YUV99.82115.69202.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.26%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=61.26%
G=15.32%
B=23.42%

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
Decimal204517800.750.620.2349.416050
HexCC334E04B3E1415d3c32
Octal31463116011376245357462
Binary1100110011001110011100100101111111010100101011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC334E; }

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

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

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

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

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

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

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

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