#C69978

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

Shades of Pale Taupe #C69978

Tints of Pale Taupe #C69978

Color information

#C69978 (or 0xC69978) is unknown color: approx Pale Taupe. HEX triplet: C6, 99 and 78. RGB value is (198,153,120). Sum of RGB (Red+Green+Blue) = 198+153+120=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C69978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69978 is #396687. Grayscale: #A2A2A2. Windows color (decimal): -3761800 or 7903686. OLE color: 7903686.

HSL color Cylindrical-coordinate representation of color #C69978: hue angle of 25.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C69978 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB198153120-
CMYK00.230.390.22
HSL25.38º40.63%62.35%-
HSV(B)25.38º39.39%77.65%-
XYZ38.0736.1422.74-
YUV162.69103.91153.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=42.04%
G=32.48%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815312000.230.390.2225.3840.6362.35
HexC69978017271619293e
Octal3062311700274726315176
Binary110001101001100111110000101111001111011011001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69978; }

 p { color: rgb(198,153,120); }

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

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

 a { background-color: rgb(198,153,120); }

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

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

 span { border-color: rgb(198,153,120); }

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