Html Css Color HEX #C94654 Mandy

📋 copy color: '#C94654'

red 201 ◦ green 70 ◦ blue 84

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

Shades of Mandy #C94654

Tints of Mandy #C94654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.66%

R = 56.62%
G = 19.72%
B = 23.66%

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

#C94654 (or 0xC94654) is known color: Mandy. HEX triplet: C9, 46 and 54. RGB value is (201,70,84). Sum of RGB (Red+Green+Blue) = 201+70+84=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C94654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94654 is #36B9AB. Grayscale: #6E6E6E. Windows color (decimal): -3586476 or 5523145. OLE color: 5523145.

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

Color convert

RGB 201 70 84 -
CMYK 0 0.65 0.58 0.21
HSL 353.59º 0.55% 0.53% -
HSV(B) 353.59º 0.65% 0.79% -
XYZ 27.88 17.44 10.28 -
YUV 110.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 201 70 84 0 0.65 0.58 0.21 353.59 0.55 0.53
Hex C9 46 54 0 41 3A 15 162 37 35
Octal 311 106 124 0 101 72 25 542 67 65
Binary 11001001 1000110 1010100 0 1000001 111010 10101 101100010 110111 110101

Color Harmonies of #C94654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94654

Black with #C94654

Text Example


Text Example

White with #C94654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94654; }

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

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

background-color css

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

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

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

border-color css

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

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

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