Html Css Color HEX #CC5253 Mandy

📋 copy color: '#CC5253'

red 204 ◦ green 82 ◦ blue 83

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

Shades of Mandy #CC5253

Tints of Mandy #CC5253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.22%

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

R = 55.28%
G = 22.22%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC5253 (or 0xCC5253) is known color: Mandy. HEX triplet: CC, 52 and 53. RGB value is (204,82,83). Sum of RGB (Red+Green+Blue) = 204+82+83=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5253 is #33ADAC. Grayscale: #767676. Windows color (decimal): -3386797 or 5460684. OLE color: 5460684.

HSL color Cylindrical-coordinate representation of color #CC5253: hue angle of 359.51º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5253 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 83 -
CMYK 0 0.60 0.59 0.2
HSL 359.51º 0.54% 0.56% -
HSV(B) 359.51º 0.6% 0.8% -
XYZ 29.48 19.5 10.39 -
YUV 118.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 204 82 83 0 0.60 0.59 0.2 359.51 0.54 0.56
Hex CC 52 53 0 3C 3B 14 168 36 38
Octal 314 122 123 0 74 73 24 550 66 70
Binary 11001100 1010010 1010011 0 111100 111011 10100 101101000 110110 111000

Color Harmonies of #CC5253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5253

Black with #CC5253

Text Example


Text Example

White with #CC5253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5253; }

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

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

background-color css

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

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

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

border-color css

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

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

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