Html Css Color HEX #CC2159 Old Rose

📋 copy color: '#CC2159'

red 204 ◦ green 33 ◦ blue 89

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

Shades of Old Rose #CC2159

Tints of Old Rose #CC2159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.3%

R = 62.58%
G = 10.12%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC2159 (or 0xCC2159) is known color: Old Rose. HEX triplet: CC, 21 and 59. RGB value is (204,33,89). Sum of RGB (Red+Green+Blue) = 204+33+89=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2159 is #33DEA6. Grayscale: #5A5A5A. Windows color (decimal): -3399335 or 5841356. OLE color: 5841356.

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

Color convert

RGB 204 33 89 -
CMYK 0 0.84 0.56 0.2
HSL 340.35º 0.72% 0.46% -
HSV(B) 340.35º 0.84% 0.8% -
XYZ 27.25 14.65 10.84 -
YUV 90.51 127.15 208.95 -
System Red Green Blue C M Y K H S L
Decimal 204 33 89 0 0.84 0.56 0.2 340.35 0.72 0.46
Hex CC 21 59 0 54 38 14 154 48 2E
Octal 314 41 131 0 124 70 24 524 110 56
Binary 11001100 100001 1011001 0 1010100 111000 10100 101010100 1001000 101110

Color Harmonies of #CC2159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2159

Black with #CC2159

Text Example


Text Example

White with #CC2159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2159; }

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

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

background-color css

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

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

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

border-color css

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

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

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