#C06569

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

Shades of Mandy #C06569

Tints of Mandy #C06569

Color information

#C06569 (or 0xC06569) is unknown color: approx Mandy. HEX triplet: C0, 65 and 69. RGB value is (192,101,105). Sum of RGB (Red+Green+Blue) = 192+101+105=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C06569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06569 is #3F9A96. Grayscale: #808080. Windows color (decimal): -4168343 or 6907328. OLE color: 6907328.

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

Color convert

RGB192101105-
CMYK00.470.450.25
HSL357.36º41.94%57.45%-
HSV(B)357.36º47.4%75.29%-
XYZ28.9421.5316-
YUV128.66114.65173.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=48.24%
G=25.38%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210110500.470.450.25357.3641.9457.45
HexC0656902F2D191652a39
Octal30014515105755315455271
Binary1100000011001011101001010111110110111001101100101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06569; }

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

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

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

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

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

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

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

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