Html Css Color HEX #CC2252 Old Rose

📋 copy color: '#CC2252'

red 204 ◦ green 34 ◦ blue 82

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

Shades of Old Rose #CC2252

Tints of Old Rose #CC2252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

 BLUE value IS 82 (32.42% from 255) = 25.63%

R = 63.75%
G = 10.63%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC2252 (or 0xCC2252) is known color: Old Rose. HEX triplet: CC, 22 and 52. RGB value is (204,34,82). Sum of RGB (Red+Green+Blue) = 204+34+82=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2252 is #33DDAD. Grayscale: #5A5A5A. Windows color (decimal): -3399086 or 5382860. OLE color: 5382860.

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

Color convert

RGB 204 34 82 -
CMYK 0 0.83 0.60 0.2
HSL 343.06º 0.71% 0.47% -
HSV(B) 343.06º 0.83% 0.8% -
XYZ 27 14.59 9.38 -
YUV 90.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 204 34 82 0 0.83 0.60 0.2 343.06 0.71 0.47
Hex CC 22 52 0 53 3C 14 157 47 2F
Octal 314 42 122 0 123 74 24 527 107 57
Binary 11001100 100010 1010010 0 1010011 111100 10100 101010111 1000111 101111

Color Harmonies of #CC2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2252

Black with #CC2252

Text Example


Text Example

White with #CC2252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2252; }

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

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

background-color css

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

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

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

border-color css

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

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

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