Html Css Color HEX #C09982 Pale Taupe

📋 copy color: '#C09982'

red 192 ◦ green 153 ◦ blue 130

#C09982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Taupe #C09982

Tints of Pale Taupe #C09982

RGB

 RED value IS 192 (75.39% from 255) = 40.42%

 GREEN value IS 153 (60.16% from 255) = 32.21%

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 40.42%
G = 32.21%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C09982 (or 0xC09982) is known color: Pale Taupe. HEX triplet: C0, 99 and 82. RGB value is (192,153,130). Sum of RGB (Red+Green+Blue) = 192+153+130=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C09982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09982 is #3F667D. Grayscale: #A2A2A2. Windows color (decimal): -4155006 or 8559040. OLE color: 8559040.

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

Color convert

RGB 192 153 130 -
CMYK 0 0.20 0.32 0.25
HSL 22.26º 0.33% 0.63% -
HSV(B) 22.26º 0.32% 0.75% -
XYZ 37.16 35.6 26.03 -
YUV 162.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 192 153 130 0 0.20 0.32 0.25 22.26 0.33 0.63
Hex C0 99 82 0 14 20 19 16 21 3F
Octal 300 231 202 0 24 40 31 26 41 77
Binary 11000000 10011001 10000010 0 10100 100000 11001 10110 100001 111111

Color Harmonies of #C09982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09982

Black with #C09982

Text Example


Text Example

White with #C09982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09982; }

 p { color: rgb(192,153,130); }

 H1.HeaderClassName
 {
   color: #C09982;
 }
 .AnyTagClassName
 {
   color: #C09982;
 }
</style>

background-color css

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

 a { background-color: rgb(192,153,130); }

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

border-color css

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

 span { border-color: rgb(192,153,130); }

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