#CC1F53

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

Shades of Old Rose #CC1F53

Tints of Old Rose #CC1F53

Color information

#CC1F53 (or 0xCC1F53) is unknown color: approx Old Rose. HEX triplet: CC, 1F and 53. RGB value is (204,31,83). Sum of RGB (Red+Green+Blue) = 204+31+83=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1F53 is #33E0AC. Grayscale: #585858. Windows color (decimal): -3399853 or 5447628. OLE color: 5447628.

HSL color Cylindrical-coordinate representation of color #CC1F53: hue angle of 341.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1F53 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB2043183-
CMYK00.850.590.2
HSL341.97º73.62%46.08%-
HSV(B)341.97º84.8%80%-
XYZ26.9514.449.55-
YUV88.66124.81210.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.15%
GREEN value IS 31 (12.5% from 255) = 9.75%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=64.15%
G=9.75%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204318300.850.590.2341.9773.6246.08
HexCC1F530553B141564a2e
Octal314371230125732452611256
Binary1100110011111101001101010101111011101001010101101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1F53; }

 p { color: rgb(204,31,83); }

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

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

 a { background-color: rgb(204,31,83); }

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

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

 span { border-color: rgb(204,31,83); }

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