Html Css Color HEX #C94656 Mandy

📋 copy color: '#C94656'

red 201 ◦ green 70 ◦ blue 86

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

Shades of Mandy #C94656

Tints of Mandy #C94656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

 BLUE value IS 86 (33.98% from 255) = 24.09%

R = 56.3%
G = 19.61%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C94656 (or 0xC94656) is known color: Mandy. HEX triplet: C9, 46 and 56. RGB value is (201,70,86). Sum of RGB (Red+Green+Blue) = 201+70+86=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C94656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94656 is #36B9A9. Grayscale: #6F6F6F. Windows color (decimal): -3586474 or 5654217. OLE color: 5654217.

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

Color convert

RGB 201 70 86 -
CMYK 0 0.65 0.57 0.21
HSL 352.67º 0.55% 0.53% -
HSV(B) 352.67º 0.65% 0.79% -
XYZ 27.96 17.47 10.7 -
YUV 110.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 201 70 86 0 0.65 0.57 0.21 352.67 0.55 0.53
Hex C9 46 56 0 41 39 15 161 37 35
Octal 311 106 126 0 101 71 25 541 67 65
Binary 11001001 1000110 1010110 0 1000001 111001 10101 101100001 110111 110101

Color Harmonies of #C94656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94656

Black with #C94656

Text Example


Text Example

White with #C94656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94656; }

 p { color: rgb(201,70,86); }

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

background-color css

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

 a { background-color: rgb(201,70,86); }

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

border-color css

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

 span { border-color: rgb(201,70,86); }

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