Html Css Color HEX #C09682 Pale Taupe

📋 copy color: '#C09682'

red 192 ◦ green 150 ◦ blue 130

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

Shades of Pale Taupe #C09682

Tints of Pale Taupe #C09682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

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

R = 40.68%
G = 31.78%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C09682 (or 0xC09682) is known color: Pale Taupe. HEX triplet: C0, 96 and 82. RGB value is (192,150,130). Sum of RGB (Red+Green+Blue) = 192+150+130=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C09682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09682 is #3F697D. Grayscale: #A0A0A0. Windows color (decimal): -4155774 or 8558272. OLE color: 8558272.

HSL color Cylindrical-coordinate representation of color #C09682: hue angle of 19.35º 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 #C09682 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 130 -
CMYK 0 0.22 0.32 0.25
HSL 19.35º 0.33% 0.63% -
HSV(B) 19.35º 0.32% 0.75% -
XYZ 36.67 34.63 25.87 -
YUV 160.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 192 150 130 0 0.22 0.32 0.25 19.35 0.33 0.63
Hex C0 96 82 0 16 20 19 13 21 3F
Octal 300 226 202 0 26 40 31 23 41 77
Binary 11000000 10010110 10000010 0 10110 100000 11001 10011 100001 111111

Color Harmonies of #C09682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09682

Black with #C09682

Text Example


Text Example

White with #C09682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09682; }

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

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

background-color css

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

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

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

border-color css

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

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

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