Html Css Color HEX #CC555E Mandy

📋 copy color: '#CC555E'

red 204 ◦ green 85 ◦ blue 94

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

Shades of Mandy #CC555E

Tints of Mandy #CC555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 53.26%
G = 22.19%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC555E (or 0xCC555E) is known color: Mandy. HEX triplet: CC, 55 and 5E. RGB value is (204,85,94). Sum of RGB (Red+Green+Blue) = 204+85+94=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC555E is #33AAA1. Grayscale: #797979. Windows color (decimal): -3386018 or 6182348. OLE color: 6182348.

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

Color convert

RGB 204 85 94 -
CMYK 0 0.58 0.54 0.2
HSL 355.46º 0.54% 0.57% -
HSV(B) 355.46º 0.58% 0.8% -
XYZ 30.17 20.14 12.89 -
YUV 121.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 204 85 94 0 0.58 0.54 0.2 355.46 0.54 0.57
Hex CC 55 5E 0 3A 36 14 163 36 39
Octal 314 125 136 0 72 66 24 543 66 71
Binary 11001100 1010101 1011110 0 111010 110110 10100 101100011 110110 111001

Color Harmonies of #CC555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC555E

Black with #CC555E

Text Example


Text Example

White with #CC555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC555E; }

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

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

background-color css

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

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

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

border-color css

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

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

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