#C68085

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

Shades of Charm #C68085

Tints of Charm #C68085

Color information

#C68085 (or 0xC68085) is unknown color: approx Charm. HEX triplet: C6, 80 and 85. RGB value is (198,128,133). Sum of RGB (Red+Green+Blue) = 198+128+133=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C68085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68085 is #397F7A. Grayscale: #959595. Windows color (decimal): -3768187 or 8749254. OLE color: 8749254.

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

Color convert

RGB198128133-
CMYK00.350.330.22
HSL355.71º38.04%63.92%-
HSV(B)355.71º35.35%77.65%-
XYZ35.2429.1425.96-
YUV149.5118.69162.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=43.14%
G=27.89%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812813300.350.330.22355.7138.0463.92
HexC6808502321161642640
Octal306200205043412654446100
Binary1100011010000000100001010100011100001101101011001001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68085; }

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

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

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

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

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

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

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

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