#C76267

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

Shades of Mandy #C76267

Tints of Mandy #C76267

Color information

#C76267 (or 0xC76267) is unknown color: approx Mandy. HEX triplet: C7, 62 and 67. RGB value is (199,98,103). Sum of RGB (Red+Green+Blue) = 199+98+103=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C76267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76267 is #389D98. Grayscale: #808080. Windows color (decimal): -3710361 or 6775495. OLE color: 6775495.

HSL color Cylindrical-coordinate representation of color #C76267: hue angle of 357.03º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76267 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB19998103-
CMYK00.510.480.22
HSL357.03º47.42%58.24%-
HSV(B)357.03º50.75%78.04%-
XYZ30.3721.8615.45-
YUV128.77113.46178.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.75%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=49.75%
G=24.5%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999810300.510.480.22357.0347.4258.24
HexC7626703330161652f3a
Octal30714214706360265455772
Binary1100011111000101100111011001111000010110101100101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76267; }

 p { color: rgb(199,98,103); }

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

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

 a { background-color: rgb(199,98,103); }

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

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

 span { border-color: rgb(199,98,103); }

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