Html Css Color HEX #CC5052 Mandy

📋 copy color: '#CC5052'

red 204 ◦ green 80 ◦ blue 82

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

Shades of Mandy #CC5052

Tints of Mandy #CC5052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

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

R = 55.74%
G = 21.86%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC5052 (or 0xCC5052) is known color: Mandy. HEX triplet: CC, 50 and 52. RGB value is (204,80,82). Sum of RGB (Red+Green+Blue) = 204+80+82=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5052 is #33AFAD. Grayscale: #757575. Windows color (decimal): -3387310 or 5394636. OLE color: 5394636.

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

Color convert

RGB 204 80 82 -
CMYK 0 0.61 0.60 0.2
HSL 359.03º 0.55% 0.56% -
HSV(B) 359.03º 0.61% 0.8% -
XYZ 29.29 19.18 10.14 -
YUV 117.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 204 80 82 0 0.61 0.60 0.2 359.03 0.55 0.56
Hex CC 50 52 0 3D 3C 14 167 37 38
Octal 314 120 122 0 75 74 24 547 67 70
Binary 11001100 1010000 1010010 0 111101 111100 10100 101100111 110111 111000

Color Harmonies of #CC5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5052

Black with #CC5052

Text Example


Text Example

White with #CC5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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