Html Css Color HEX #CC595F Mandy

📋 copy color: '#CC595F'

red 204 ◦ green 89 ◦ blue 95

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

Shades of Mandy #CC595F

Tints of Mandy #CC595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 52.58%
G = 22.94%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC595F (or 0xCC595F) is known color: Mandy. HEX triplet: CC, 59 and 5F. RGB value is (204,89,95). Sum of RGB (Red+Green+Blue) = 204+89+95=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC595F is #33A6A0. Grayscale: #7C7C7C. Windows color (decimal): -3384993 or 6248908. OLE color: 6248908.

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

Color convert

RGB 204 89 95 -
CMYK 0 0.56 0.53 0.2
HSL 356.87º 0.53% 0.57% -
HSV(B) 356.87º 0.56% 0.8% -
XYZ 30.54 20.81 13.23 -
YUV 124.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 204 89 95 0 0.56 0.53 0.2 356.87 0.53 0.57
Hex CC 59 5F 0 38 35 14 165 35 39
Octal 314 131 137 0 70 65 24 545 65 71
Binary 11001100 1011001 1011111 0 111000 110101 10100 101100101 110101 111001

Color Harmonies of #CC595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC595F

Black with #CC595F

Text Example


Text Example

White with #CC595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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