#CC1B52

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

Shades of Old Rose #CC1B52

Tints of Old Rose #CC1B52

Color information

#CC1B52 (or 0xCC1B52) is unknown color: approx Old Rose. HEX triplet: CC, 1B and 52. RGB value is (204,27,82). Sum of RGB (Red+Green+Blue) = 204+27+82=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1B52 is #33E4AD. Grayscale: #565656. Windows color (decimal): -3400878 or 5381068. OLE color: 5381068.

HSL color Cylindrical-coordinate representation of color #CC1B52: hue angle of 341.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1B52 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB2042782-
CMYK00.870.600.2
HSL341.36º76.62%45.29%-
HSV(B)341.36º86.76%80%-
XYZ26.8214.239.32-
YUV86.19125.64212.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.18%
GREEN value IS 27 (10.94% from 255) = 8.63%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=65.18%
G=8.63%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204278200.870.600.2341.3676.6245.29
HexCC1B520573C141554d2d
Octal314331220127742452511555
Binary1100110011011101001001010111111100101001010101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1B52; }

 p { color: rgb(204,27,82); }

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

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

 a { background-color: rgb(204,27,82); }

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

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

 span { border-color: rgb(204,27,82); }

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