Html Css Color HEX #CC595D Mandy

📋 copy color: '#CC595D'

red 204 ◦ green 89 ◦ blue 93

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

Shades of Mandy #CC595D

Tints of Mandy #CC595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 52.85%
G = 23.06%
B = 24.09%

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

#CC595D (or 0xCC595D) is known color: Mandy. HEX triplet: CC, 59 and 5D. RGB value is (204,89,93). Sum of RGB (Red+Green+Blue) = 204+89+93=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC595D is #33A6A2. Grayscale: #7B7B7B. Windows color (decimal): -3384995 or 6117836. OLE color: 6117836.

HSL color Cylindrical-coordinate representation of color #CC595D: hue angle of 357.91º 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 #CC595D is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 89 93 -
CMYK 0 0.56 0.54 0.2
HSL 357.91º 0.53% 0.57% -
HSV(B) 357.91º 0.56% 0.8% -
XYZ 30.45 20.77 12.76 -
YUV 123.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 204 89 93 0 0.56 0.54 0.2 357.91 0.53 0.57
Hex CC 59 5D 0 38 36 14 166 35 39
Octal 314 131 135 0 70 66 24 546 65 71
Binary 11001100 1011001 1011101 0 111000 110110 10100 101100110 110101 111001

Color Harmonies of #CC595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC595D

Black with #CC595D

Text Example


Text Example

White with #CC595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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