Html Css Color HEX #C94755 Mandy

📋 copy color: '#C94755'

red 201 ◦ green 71 ◦ blue 85

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

Shades of Mandy #C94755

Tints of Mandy #C94755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 56.3%
G = 19.89%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C94755 (or 0xC94755) is known color: Mandy. HEX triplet: C9, 47 and 55. RGB value is (201,71,85). Sum of RGB (Red+Green+Blue) = 201+71+85=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C94755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94755 is #36B8AA. Grayscale: #6F6F6F. Windows color (decimal): -3586219 or 5588937. OLE color: 5588937.

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

Color convert

RGB 201 71 85 -
CMYK 0 0.65 0.58 0.21
HSL 353.54º 0.55% 0.53% -
HSV(B) 353.54º 0.65% 0.79% -
XYZ 27.98 17.58 10.51 -
YUV 111.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 201 71 85 0 0.65 0.58 0.21 353.54 0.55 0.53
Hex C9 47 55 0 41 3A 15 162 37 35
Octal 311 107 125 0 101 72 25 542 67 65
Binary 11001001 1000111 1010101 0 1000001 111010 10101 101100010 110111 110101

Color Harmonies of #C94755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94755

Black with #C94755

Text Example


Text Example

White with #C94755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94755; }

 p { color: rgb(201,71,85); }

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

background-color css

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

 a { background-color: rgb(201,71,85); }

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

border-color css

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

 span { border-color: rgb(201,71,85); }

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