#C66769

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

Shades of Mandy #C66769

Tints of Mandy #C66769

Color information

#C66769 (or 0xC66769) is unknown color: approx Mandy. HEX triplet: C6, 67 and 69. RGB value is (198,103,105). Sum of RGB (Red+Green+Blue) = 198+103+105=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C66769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66769 is #399896. Grayscale: #838383. Windows color (decimal): -3774615 or 6907846. OLE color: 6907846.

HSL color Cylindrical-coordinate representation of color #C66769: hue angle of 358.74º 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 #C66769 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB198103105-
CMYK00.480.470.22
HSL358.74º45.45%59.02%-
HSV(B)358.74º47.98%77.65%-
XYZ30.6922.7316.13-
YUV131.63112.97175.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.77%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=48.77%
G=25.37%
B=25.86%

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
Decimal19810310500.480.470.22358.7445.4559.02
HexC667690302F161672d3b
Octal30614715106057265475573
Binary1100011011001111101001011000010111110110101100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66769; }

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

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

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

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

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

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

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

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