#C68289

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

Shades of Charm #C68289

Tints of Charm #C68289

Color information

#C68289 (or 0xC68289) is unknown color: approx Charm. HEX triplet: C6, 82 and 89. RGB value is (198,130,137). Sum of RGB (Red+Green+Blue) = 198+130+137=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C68289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68289 is #397D76. Grayscale: #979797. Windows color (decimal): -3767671 or 9011910. OLE color: 9011910.

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

Color convert

RGB198130137-
CMYK00.340.310.22
HSL353.82º37.36%64.31%-
HSV(B)353.82º34.34%77.65%-
XYZ35.7929.7827.53-
YUV151.13120.03161.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=42.58%
G=27.96%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813013700.340.310.22353.8237.3664.31
HexC682890221F161622540
Octal306202211042372654245100
Binary110001101000001010001001010001011111101101011000101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68289; }

 p { color: rgb(198,130,137); }

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

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

 a { background-color: rgb(198,130,137); }

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

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

 span { border-color: rgb(198,130,137); }

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