#C84252

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

Shades of Mandy #C84252

Tints of Mandy #C84252

Color information

#C84252 (or 0xC84252) is unknown color: approx Mandy. HEX triplet: C8, 42 and 52. RGB value is (200,66,82). Sum of RGB (Red+Green+Blue) = 200+66+82=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C84252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84252 is #37BDAD. Grayscale: #6B6B6B. Windows color (decimal): -3653038 or 5391048. OLE color: 5391048.

HSL color Cylindrical-coordinate representation of color #C84252: hue angle of 352.84º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84252 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB2006682-
CMYK00.670.590.22
HSL352.84º54.92%52.16%-
HSV(B)352.84º67%78.43%-
XYZ27.2916.789.78-
YUV107.89113.39193.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.47%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=57.47%
G=18.97%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200668200.670.590.22352.8454.9252.16
HexC842520433B161613734
Octal310102122010373265416764
Binary11001000100001010100100100001111101110110101100001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84252; }

 p { color: rgb(200,66,82); }

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

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

 a { background-color: rgb(200,66,82); }

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

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

 span { border-color: rgb(200,66,82); }

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