#C94651

Color #C94651 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C94651

Tints of Mandy #C94651

Color information

#C94651 (or 0xC94651) is unknown color: approx Mandy. HEX triplet: C9, 46 and 51. RGB value is (201,70,81). Sum of RGB (Red+Green+Blue) = 201+70+81=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C94651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94651 is #36B9AE. Grayscale: #6E6E6E. Windows color (decimal): -3586479 or 5326537. OLE color: 5326537.

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

Color convert

RGB2017081-
CMYK00.650.600.21
HSL354.96º54.81%53.14%-
HSV(B)354.96º65.17%78.82%-
XYZ27.7617.399.68-
YUV110.42111.4192.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.10%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 81 (32.03% from 255) = 23.01%
R=57.10%
G=19.89%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201708100.650.600.21354.9654.8153.14
HexC946510413C151633735
Octal311106121010174255436765
Binary11001001100011010100010100000111110010101101100011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94651; }

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

 H1.HeaderClassName
 {
   color: #C94651;
 }
 .AnyTagClassName
 {
   color: #C94651;
 }
</style>
background-color css

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

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

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

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

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

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