Html Css Color HEX #C95359 Mandy

📋 copy color: '#C95359'

red 201 ◦ green 83 ◦ blue 89

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

Shades of Mandy #C95359

Tints of Mandy #C95359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.25%

 BLUE value IS 89 (35.16% from 255) = 23.86%

R = 53.89%
G = 22.25%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C95359 (or 0xC95359) is known color: Mandy. HEX triplet: C9, 53 and 59. RGB value is (201,83,89). Sum of RGB (Red+Green+Blue) = 201+83+89=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C95359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95359 is #36ACA6. Grayscale: #777777. Windows color (decimal): -3583143 or 5854153. OLE color: 5854153.

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

Color convert

RGB 201 83 89 -
CMYK 0 0.59 0.56 0.21
HSL 356.95º 0.52% 0.56% -
HSV(B) 356.95º 0.59% 0.79% -
XYZ 28.98 19.33 11.65 -
YUV 118.97 111.09 186.51 -
System Red Green Blue C M Y K H S L
Decimal 201 83 89 0 0.59 0.56 0.21 356.95 0.52 0.56
Hex C9 53 59 0 3B 38 15 165 34 38
Octal 311 123 131 0 73 70 25 545 64 70
Binary 11001001 1010011 1011001 0 111011 111000 10101 101100101 110100 111000

Color Harmonies of #C95359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95359

Black with #C95359

Text Example


Text Example

White with #C95359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95359; }

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

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

background-color css

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

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

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

border-color css

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

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

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