#C68086

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

Shades of Charm #C68086

Tints of Charm #C68086

Color information

#C68086 (or 0xC68086) is unknown color: approx Charm. HEX triplet: C6, 80 and 86. RGB value is (198,128,134). Sum of RGB (Red+Green+Blue) = 198+128+134=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C68086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68086 is #397F79. Grayscale: #959595. Windows color (decimal): -3768186 or 8814790. OLE color: 8814790.

HSL color Cylindrical-coordinate representation of color #C68086: hue angle of 354.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68086 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB198128134-
CMYK00.350.320.22
HSL354.86º38.04%63.92%-
HSV(B)354.86º35.35%77.65%-
XYZ35.3129.1726.32-
YUV149.61119.19162.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.04%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=43.04%
G=27.83%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812813400.350.320.22354.8638.0463.92
HexC6808602320161632640
Octal306200206043402654346100
Binary1100011010000000100001100100011100000101101011000111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68086; }

 p { color: rgb(198,128,134); }

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

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

 a { background-color: rgb(198,128,134); }

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

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

 span { border-color: rgb(198,128,134); }

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