#C68083

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

Shades of Charm #C68083

Tints of Charm #C68083

Color information

#C68083 (or 0xC68083) is unknown color: approx Charm. HEX triplet: C6, 80 and 83. RGB value is (198,128,131). Sum of RGB (Red+Green+Blue) = 198+128+131=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C68083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68083 is #397F7C. Grayscale: #959595. Windows color (decimal): -3768189 or 8618182. OLE color: 8618182.

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

Color convert

RGB198128131-
CMYK00.350.340.22
HSL357.43º38.04%63.92%-
HSV(B)357.43º35.35%77.65%-
XYZ35.129.0825.24-
YUV149.27117.69162.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.33%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 131 (51.56% from 255) = 28.67%
R=43.33%
G=28.01%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812813100.350.340.22357.4338.0463.92
HexC6808302322161652640
Octal306200203043422654546100
Binary1100011010000000100000110100011100010101101011001011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68083; }

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

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

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

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

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

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

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

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