Html Css Color HEX #CC2156 Old Rose

📋 copy color: '#CC2156'

red 204 ◦ green 33 ◦ blue 86

#CC2156
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #CC2156

Tints of Old Rose #CC2156

RGB

 RED value IS 204 (80.08% from 255) = 63.16%

 GREEN value IS 33 (13.28% from 255) = 10.22%

 BLUE value IS 86 (33.98% from 255) = 26.63%

R = 63.16%
G = 10.22%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC2156 (or 0xCC2156) is known color: Old Rose. HEX triplet: CC, 21 and 56. RGB value is (204,33,86). Sum of RGB (Red+Green+Blue) = 204+33+86=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2156 is #33DEA9. Grayscale: #5A5A5A. Windows color (decimal): -3399338 or 5644748. OLE color: 5644748.

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

Color convert

RGB 204 33 86 -
CMYK 0 0.84 0.58 0.2
HSL 341.4º 0.72% 0.46% -
HSV(B) 341.4º 0.84% 0.8% -
XYZ 27.13 14.6 10.19 -
YUV 90.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 204 33 86 0 0.84 0.58 0.2 341.4 0.72 0.46
Hex CC 21 56 0 54 3A 14 155 48 2E
Octal 314 41 126 0 124 72 24 525 110 56
Binary 11001100 100001 1010110 0 1010100 111010 10100 101010101 1001000 101110

Color Harmonies of #CC2156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2156

Black with #CC2156

Text Example


Text Example

White with #CC2156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2156; }

 p { color: rgb(204,33,86); }

 H1.HeaderClassName
 {
   color: #CC2156;
 }
 .AnyTagClassName
 {
   color: #CC2156;
 }
</style>

background-color css

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

 a { background-color: rgb(204,33,86); }

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

border-color css

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

 span { border-color: rgb(204,33,86); }

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