Html Css Color HEX #CC5355 Mandy

📋 copy color: '#CC5355'

red 204 ◦ green 83 ◦ blue 85

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

Shades of Mandy #CC5355

Tints of Mandy #CC5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

 BLUE value IS 85 (33.59% from 255) = 22.85%

R = 54.84%
G = 22.31%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC5355 (or 0xCC5355) is known color: Mandy. HEX triplet: CC, 53 and 55. RGB value is (204,83,85). Sum of RGB (Red+Green+Blue) = 204+83+85=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5355 is #33ACAA. Grayscale: #777777. Windows color (decimal): -3386539 or 5592012. OLE color: 5592012.

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

Color convert

RGB 204 83 85 -
CMYK 0 0.59 0.58 0.2
HSL 359.01º 0.54% 0.56% -
HSV(B) 359.01º 0.59% 0.8% -
XYZ 29.63 19.68 10.83 -
YUV 119.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 204 83 85 0 0.59 0.58 0.2 359.01 0.54 0.56
Hex CC 53 55 0 3B 3A 14 167 36 38
Octal 314 123 125 0 73 72 24 547 66 70
Binary 11001100 1010011 1010101 0 111011 111010 10100 101100111 110110 111000

Color Harmonies of #CC5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5355

Black with #CC5355

Text Example


Text Example

White with #CC5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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