#C69A7C

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

Shades of Pale Taupe #C69A7C

Tints of Pale Taupe #C69A7C

Color information

#C69A7C (or 0xC69A7C) is unknown color: approx Pale Taupe. HEX triplet: C6, 9A and 7C. RGB value is (198,154,124). Sum of RGB (Red+Green+Blue) = 198+154+124=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69A7C is #396583. Grayscale: #A3A3A3. Windows color (decimal): -3761540 or 8166086. OLE color: 8166086.

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

Color convert

RGB198154124-
CMYK00.220.370.22
HSL24.32º39.36%63.14%-
HSV(B)24.32º37.37%77.65%-
XYZ38.4836.5724.1-
YUV163.74105.58152.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=41.60%
G=32.35%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815412400.220.370.2224.3239.3663.14
HexC69A7C016251618273f
Octal3062321740264526304777
Binary110001101001101011111000101101001011011011000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A7C; }

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

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

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

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

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

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

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

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