Html Css Color HEX #CC2452 Old Rose

📋 copy color: '#CC2452'

red 204 ◦ green 36 ◦ blue 82

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

Shades of Old Rose #CC2452

Tints of Old Rose #CC2452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

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

R = 63.35%
G = 11.18%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC2452 (or 0xCC2452) is known color: Old Rose. HEX triplet: CC, 24 and 52. RGB value is (204,36,82). Sum of RGB (Red+Green+Blue) = 204+36+82=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2452 is #33DBAD. Grayscale: #5B5B5B. Windows color (decimal): -3398574 or 5383372. OLE color: 5383372.

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

Color convert

RGB 204 36 82 -
CMYK 0 0.82 0.60 0.2
HSL 343.57º 0.7% 0.47% -
HSV(B) 343.57º 0.82% 0.8% -
XYZ 27.06 14.71 9.4 -
YUV 91.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 204 36 82 0 0.82 0.60 0.2 343.57 0.7 0.47
Hex CC 24 52 0 52 3C 14 158 46 2F
Octal 314 44 122 0 122 74 24 530 106 57
Binary 11001100 100100 1010010 0 1010010 111100 10100 101011000 1000110 101111

Color Harmonies of #CC2452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2452

Black with #CC2452

Text Example


Text Example

White with #CC2452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2452; }

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

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

background-color css

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

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

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

border-color css

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

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

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