#C06267

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

Shades of Mandy #C06267

Tints of Mandy #C06267

Color information

#C06267 (or 0xC06267) is unknown color: approx Mandy. HEX triplet: C0, 62 and 67. RGB value is (192,98,103). Sum of RGB (Red+Green+Blue) = 192+98+103=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06267 is #3F9D98. Grayscale: #7E7E7E. Windows color (decimal): -4169113 or 6775488. OLE color: 6775488.

HSL color Cylindrical-coordinate representation of color #C06267: hue angle of 356.81º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06267 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19298103-
CMYK00.490.460.25
HSL356.81º42.73%56.86%-
HSV(B)356.81º48.96%75.29%-
XYZ28.5520.9215.37-
YUV126.68114.64174.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=48.85%
G=24.94%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929810300.490.460.25356.8142.7356.86
HexC062670312E191652b39
Octal30014214706156315455371
Binary1100000011000101100111011000110111011001101100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06267; }

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

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

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

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

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

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

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

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