#C09884

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

Shades of Pale Taupe #C09884

Tints of Pale Taupe #C09884

Color information

#C09884 (or 0xC09884) is unknown color: approx Pale Taupe. HEX triplet: C0, 98 and 84. RGB value is (192,152,132). Sum of RGB (Red+Green+Blue) = 192+152+132=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C09884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09884 is #3F677B. Grayscale: #A1A1A1. Windows color (decimal): -4155260 or 8689856. OLE color: 8689856.

HSL color Cylindrical-coordinate representation of color #C09884: hue angle of 20º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09884 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB192152132-
CMYK00.210.310.25
HSL20º32.26%63.53%-
HSV(B)20º31.25%75.29%-
XYZ37.1335.3326.69-
YUV161.68111.25149.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=40.34%
G=31.93%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215213200.210.310.252032.2663.53
HexC098840151F19142040
Octal30023020402537312440100
Binary1100000010011000100001000101011111111001101001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09884; }

 p { color: rgb(192,152,132); }

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

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

 a { background-color: rgb(192,152,132); }

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

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

 span { border-color: rgb(192,152,132); }

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