Html Css Color HEX #C9595F Mandy

📋 copy color: '#C9595F'

red 201 ◦ green 89 ◦ blue 95

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

Shades of Mandy #C9595F

Tints of Mandy #C9595F

RGB

 RED value IS 201 (78.91% from 255) = 52.21%

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

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

R = 52.21%
G = 23.12%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9595F (or 0xC9595F) is known color: Mandy. HEX triplet: C9, 59 and 5F. RGB value is (201,89,95). Sum of RGB (Red+Green+Blue) = 201+89+95=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C9595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9595F is #36A6A0. Grayscale: #7B7B7B. Windows color (decimal): -3581601 or 6248905. OLE color: 6248905.

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

Color convert

RGB 201 89 95 -
CMYK 0 0.56 0.53 0.21
HSL 356.79º 0.51% 0.57% -
HSV(B) 356.79º 0.56% 0.79% -
XYZ 29.73 20.39 13.2 -
YUV 123.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 201 89 95 0 0.56 0.53 0.21 356.79 0.51 0.57
Hex C9 59 5F 0 38 35 15 165 33 39
Octal 311 131 137 0 70 65 25 545 63 71
Binary 11001001 1011001 1011111 0 111000 110101 10101 101100101 110011 111001

Color Harmonies of #C9595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9595F

Black with #C9595F

Text Example


Text Example

White with #C9595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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