Html Css Color HEX #CC595E Mandy

📋 copy color: '#CC595E'

red 204 ◦ green 89 ◦ blue 94

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

Shades of Mandy #CC595E

Tints of Mandy #CC595E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

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

R = 52.71%
G = 23%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC595E (or 0xCC595E) is known color: Mandy. HEX triplet: CC, 59 and 5E. RGB value is (204,89,94). Sum of RGB (Red+Green+Blue) = 204+89+94=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC595E is #33A6A1. Grayscale: #7C7C7C. Windows color (decimal): -3384994 or 6183372. OLE color: 6183372.

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

Color convert

RGB 204 89 94 -
CMYK 0 0.56 0.54 0.2
HSL 357.39º 0.53% 0.57% -
HSV(B) 357.39º 0.56% 0.8% -
XYZ 30.49 20.79 13 -
YUV 123.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 204 89 94 0 0.56 0.54 0.2 357.39 0.53 0.57
Hex CC 59 5E 0 38 36 14 165 35 39
Octal 314 131 136 0 70 66 24 545 65 71
Binary 11001100 1011001 1011110 0 111000 110110 10100 101100101 110101 111001

Color Harmonies of #CC595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC595E

Black with #CC595E

Text Example


Text Example

White with #CC595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC595E; }

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

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

background-color css

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

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

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

border-color css

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

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

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