Html Css Color HEX #C09576 Pale Taupe

📋 copy color: '#C09576'

red 192 ◦ green 149 ◦ blue 118

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

Shades of Pale Taupe #C09576

Tints of Pale Taupe #C09576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 41.83%
G = 32.46%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C09576 (or 0xC09576) is known color: Pale Taupe. HEX triplet: C0, 95 and 76. RGB value is (192,149,118). Sum of RGB (Red+Green+Blue) = 192+149+118=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C09576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09576 is #3F6A89. Grayscale: #9E9E9E. Windows color (decimal): -4156042 or 7771584. OLE color: 7771584.

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

Color convert

RGB 192 149 118 -
CMYK 0 0.22 0.39 0.25
HSL 25.14º 0.37% 0.61% -
HSV(B) 25.14º 0.39% 0.75% -
XYZ 35.76 34.01 21.82 -
YUV 158.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 192 149 118 0 0.22 0.39 0.25 25.14 0.37 0.61
Hex C0 95 76 0 16 27 19 19 25 3D
Octal 300 225 166 0 26 47 31 31 45 75
Binary 11000000 10010101 1110110 0 10110 100111 11001 11001 100101 111101

Color Harmonies of #C09576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09576

Black with #C09576

Text Example


Text Example

White with #C09576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09576; }

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

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

background-color css

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

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

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

border-color css

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

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

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