#C06568

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

Shades of Mandy #C06568

Tints of Mandy #C06568

Color information

#C06568 (or 0xC06568) is unknown color: approx Mandy. HEX triplet: C0, 65 and 68. RGB value is (192,101,104). Sum of RGB (Red+Green+Blue) = 192+101+104=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C06568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06568 is #3F9A97. Grayscale: #808080. Windows color (decimal): -4168344 or 6841792. OLE color: 6841792.

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

Color convert

RGB192101104-
CMYK00.470.460.25
HSL358.02º41.94%57.45%-
HSV(B)358.02º47.4%75.29%-
XYZ28.8921.5115.73-
YUV128.55114.15173.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=48.36%
G=25.44%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210110400.470.460.25358.0241.9457.45
HexC0656802F2E191662a39
Octal30014515005756315465271
Binary1100000011001011101000010111110111011001101100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06568; }

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

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

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

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

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

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

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

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