#CC3E4E

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

Shades of Old Rose #CC3E4E

Tints of Old Rose #CC3E4E

Color information

#CC3E4E (or 0xCC3E4E) is unknown color: approx Old Rose. HEX triplet: CC, 3E and 4E. RGB value is (204,62,78). Sum of RGB (Red+Green+Blue) = 204+62+78=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3E4E is #33C1B1. Grayscale: #6A6A6A. Windows color (decimal): -3391922 or 5127884. OLE color: 5127884.

HSL color Cylindrical-coordinate representation of color #CC3E4E: hue angle of 353.24º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3E4E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB2046278-
CMYK00.700.620.2
HSL353.24º58.2%52.16%-
HSV(B)353.24º69.61%80%-
XYZ2816.838.98-
YUV106.28112.04197.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.30%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=59.30%
G=18.02%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204627800.700.620.2353.2458.252.16
HexCC3E4E0463E141613a34
Octal31476116010676245417264
Binary1100110011111010011100100011011111010100101100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3E4E; }

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

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

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

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

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

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

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

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