Html Css Color HEX #CC595C Mandy

📋 copy color: '#CC595C'

red 204 ◦ green 89 ◦ blue 92

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

Shades of Mandy #CC595C

Tints of Mandy #CC595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.9%

R = 52.99%
G = 23.12%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC595C (or 0xCC595C) is known color: Mandy. HEX triplet: CC, 59 and 5C. RGB value is (204,89,92). Sum of RGB (Red+Green+Blue) = 204+89+92=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC595C is #33A6A3. Grayscale: #7B7B7B. Windows color (decimal): -3384996 or 6052300. OLE color: 6052300.

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

Color convert

RGB 204 89 92 -
CMYK 0 0.56 0.55 0.2
HSL 358.43º 0.53% 0.57% -
HSV(B) 358.43º 0.56% 0.8% -
XYZ 30.41 20.75 12.53 -
YUV 123.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 204 89 92 0 0.56 0.55 0.2 358.43 0.53 0.57
Hex CC 59 5C 0 38 37 14 166 35 39
Octal 314 131 134 0 70 67 24 546 65 71
Binary 11001100 1011001 1011100 0 111000 110111 10100 101100110 110101 111001

Color Harmonies of #CC595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC595C

Black with #CC595C

Text Example


Text Example

White with #CC595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC595C; }

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

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

background-color css

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

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

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

border-color css

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

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

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