Html Css Color HEX #CC2A56 Old Rose

📋 copy color: '#CC2A56'

red 204 ◦ green 42 ◦ blue 86

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

Shades of Old Rose #CC2A56

Tints of Old Rose #CC2A56

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.65%

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

R = 61.45%
G = 12.65%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC2A56 (or 0xCC2A56) is known color: Old Rose. HEX triplet: CC, 2A and 56. RGB value is (204,42,86). Sum of RGB (Red+Green+Blue) = 204+42+86=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2A56 is #33D5A9. Grayscale: #5F5F5F. Windows color (decimal): -3397034 or 5647052. OLE color: 5647052.

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

Color convert

RGB 204 42 86 -
CMYK 0 0.79 0.58 0.2
HSL 343.7º 0.66% 0.48% -
HSV(B) 343.7º 0.79% 0.8% -
XYZ 27.41 15.17 10.29 -
YUV 95.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 204 42 86 0 0.79 0.58 0.2 343.7 0.66 0.48
Hex CC 2A 56 0 4F 3A 14 158 42 30
Octal 314 52 126 0 117 72 24 530 102 60
Binary 11001100 101010 1010110 0 1001111 111010 10100 101011000 1000010 110000

Color Harmonies of #CC2A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A56

Black with #CC2A56

Text Example


Text Example

White with #CC2A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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