#C68088

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

Shades of Charm #C68088

Tints of Charm #C68088

Color information

#C68088 (or 0xC68088) is unknown color: approx Charm. HEX triplet: C6, 80 and 88. RGB value is (198,128,136). Sum of RGB (Red+Green+Blue) = 198+128+136=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C68088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68088 is #397F77. Grayscale: #959595. Windows color (decimal): -3768184 or 8945862. OLE color: 8945862.

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

Color convert

RGB198128136-
CMYK00.350.310.22
HSL353.14º38.04%63.92%-
HSV(B)353.14º35.35%77.65%-
XYZ35.4529.2227.06-
YUV149.84120.19162.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=42.86%
G=27.71%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812813600.350.310.22353.1438.0463.92
HexC680880231F161612640
Octal306200210043372654146100
Binary110001101000000010001000010001111111101101011000011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68088; }

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

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

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

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

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

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

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

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