Html Css Color HEX #C09582 Pale Taupe

📋 copy color: '#C09582'

red 192 ◦ green 149 ◦ blue 130

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

Shades of Pale Taupe #C09582

Tints of Pale Taupe #C09582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.63%

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

R = 40.76%
G = 31.63%
B = 27.6%

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

#C09582 (or 0xC09582) is known color: Pale Taupe. HEX triplet: C0, 95 and 82. RGB value is (192,149,130). Sum of RGB (Red+Green+Blue) = 192+149+130=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C09582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09582 is #3F6A7D. Grayscale: #9F9F9F. Windows color (decimal): -4156030 or 8558016. OLE color: 8558016.

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

Color convert

RGB 192 149 130 -
CMYK 0 0.22 0.32 0.25
HSL 18.39º 0.33% 0.63% -
HSV(B) 18.39º 0.32% 0.75% -
XYZ 36.51 34.31 25.82 -
YUV 159.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 192 149 130 0 0.22 0.32 0.25 18.39 0.33 0.63
Hex C0 95 82 0 16 20 19 12 21 3F
Octal 300 225 202 0 26 40 31 22 41 77
Binary 11000000 10010101 10000010 0 10110 100000 11001 10010 100001 111111

Color Harmonies of #C09582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09582

Black with #C09582

Text Example


Text Example

White with #C09582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09582; }

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

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

background-color css

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

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

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

border-color css

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

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

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