#C06869

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

Shades of Mandy #C06869

Tints of Mandy #C06869

Color information

#C06869 (or 0xC06869) is unknown color: approx Mandy. HEX triplet: C0, 68 and 69. RGB value is (192,104,105). Sum of RGB (Red+Green+Blue) = 192+104+105=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C06869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06869 is #3F9796. Grayscale: #828282. Windows color (decimal): -4167575 or 6908096. OLE color: 6908096.

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

Color convert

RGB192104105-
CMYK00.460.450.25
HSL359.32º41.12%58.04%-
HSV(B)359.32º45.83%75.29%-
XYZ29.2422.1316.09-
YUV130.43113.65171.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=47.88%
G=25.94%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210410500.460.450.25359.3241.1258.04
HexC0686902E2D19167293a
Octal30015015105655315475172
Binary1100000011010001101001010111010110111001101100111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06869; }

 p { color: rgb(192,104,105); }

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

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

 a { background-color: rgb(192,104,105); }

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

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

 span { border-color: rgb(192,104,105); }

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