Html Css Color HEX #CC2253 Old Rose

📋 copy color: '#CC2253'

red 204 ◦ green 34 ◦ blue 83

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

Shades of Old Rose #CC2253

Tints of Old Rose #CC2253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 63.55%
G = 10.59%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC2253 (or 0xCC2253) is known color: Old Rose. HEX triplet: CC, 22 and 53. RGB value is (204,34,83). Sum of RGB (Red+Green+Blue) = 204+34+83=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2253 is #33DDAC. Grayscale: #5A5A5A. Windows color (decimal): -3399085 or 5448396. OLE color: 5448396.

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

Color convert

RGB 204 34 83 -
CMYK 0 0.83 0.59 0.2
HSL 342.71º 0.71% 0.47% -
HSV(B) 342.71º 0.83% 0.8% -
XYZ 27.04 14.61 9.58 -
YUV 90.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 204 34 83 0 0.83 0.59 0.2 342.71 0.71 0.47
Hex CC 22 53 0 53 3B 14 157 47 2F
Octal 314 42 123 0 123 73 24 527 107 57
Binary 11001100 100010 1010011 0 1010011 111011 10100 101010111 1000111 101111

Color Harmonies of #CC2253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2253

Black with #CC2253

Text Example


Text Example

White with #CC2253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2253; }

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

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

background-color css

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

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

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

border-color css

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

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

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