#C66768

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

Shades of Mandy #C66768

Tints of Mandy #C66768

Color information

#C66768 (or 0xC66768) is unknown color: approx Mandy. HEX triplet: C6, 67 and 68. RGB value is (198,103,104). Sum of RGB (Red+Green+Blue) = 198+103+104=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C66768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66768 is #399897. Grayscale: #838383. Windows color (decimal): -3774616 or 6842310. OLE color: 6842310.

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

Color convert

RGB198103104-
CMYK00.480.470.22
HSL359.37º45.45%59.02%-
HSV(B)359.37º47.98%77.65%-
XYZ30.6422.7115.86-
YUV131.52112.47175.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 104 (41.02% from 255) = 25.68%
R=48.89%
G=25.43%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810310400.480.470.22359.3745.4559.02
HexC667680302F161672d3b
Octal30614715006057265475573
Binary1100011011001111101000011000010111110110101100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66768; }

 p { color: rgb(198,103,104); }

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

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

 a { background-color: rgb(198,103,104); }

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

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

 span { border-color: rgb(198,103,104); }

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