#C69A7B

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

Shades of Pale Taupe #C69A7B

Tints of Pale Taupe #C69A7B

Color information

#C69A7B (or 0xC69A7B) is unknown color: approx Pale Taupe. HEX triplet: C6, 9A and 7B. RGB value is (198,154,123). Sum of RGB (Red+Green+Blue) = 198+154+123=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69A7B is #396584. Grayscale: #A3A3A3. Windows color (decimal): -3761541 or 8100550. OLE color: 8100550.

HSL color Cylindrical-coordinate representation of color #C69A7B: hue angle of 24.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C69A7B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB198154123-
CMYK00.220.380.22
HSL24.8º39.68%62.94%-
HSV(B)24.8º37.88%77.65%-
XYZ38.4236.5523.77-
YUV163.62105.08152.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=41.68%
G=32.42%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815412300.220.380.2224.839.6862.94
HexC69A7B016261619283f
Octal3062321730264626315077
Binary110001101001101011110110101101001101011011001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A7B; }

 p { color: rgb(198,154,123); }

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

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

 a { background-color: rgb(198,154,123); }

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

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

 span { border-color: rgb(198,154,123); }

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