Html Css Color HEX #C94752 Mandy

📋 copy color: '#C94752'

red 201 ◦ green 71 ◦ blue 82

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

Shades of Mandy #C94752

Tints of Mandy #C94752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 56.78%
G = 20.06%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C94752 (or 0xC94752) is known color: Mandy. HEX triplet: C9, 47 and 52. RGB value is (201,71,82). Sum of RGB (Red+Green+Blue) = 201+71+82=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C94752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94752 is #36B8AD. Grayscale: #6F6F6F. Windows color (decimal): -3586222 or 5392329. OLE color: 5392329.

HSL color Cylindrical-coordinate representation of color #C94752: hue angle of 354.92º 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 #C94752 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 82 -
CMYK 0 0.65 0.59 0.21
HSL 354.92º 0.55% 0.53% -
HSV(B) 354.92º 0.65% 0.79% -
XYZ 27.86 17.53 9.9 -
YUV 111.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 201 71 82 0 0.65 0.59 0.21 354.92 0.55 0.53
Hex C9 47 52 0 41 3B 15 163 37 35
Octal 311 107 122 0 101 73 25 543 67 65
Binary 11001001 1000111 1010010 0 1000001 111011 10101 101100011 110111 110101

Color Harmonies of #C94752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94752

Black with #C94752

Text Example


Text Example

White with #C94752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94752; }

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

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

background-color css

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

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

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

border-color css

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

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

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