Html Css Color HEX #C09573 Pale Taupe

📋 copy color: '#C09573'

red 192 ◦ green 149 ◦ blue 115

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

Shades of Pale Taupe #C09573

Tints of Pale Taupe #C09573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 42.11%
G = 32.68%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C09573 (or 0xC09573) is known color: Pale Taupe. HEX triplet: C0, 95 and 73. RGB value is (192,149,115). Sum of RGB (Red+Green+Blue) = 192+149+115=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C09573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09573 is #3F6A8C. Grayscale: #9E9E9E. Windows color (decimal): -4156045 or 7574976. OLE color: 7574976.

HSL color Cylindrical-coordinate representation of color #C09573: hue angle of 26.49º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C09573 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 115 -
CMYK 0 0.22 0.40 0.25
HSL 26.49º 0.38% 0.6% -
HSV(B) 26.49º 0.4% 0.75% -
XYZ 35.58 33.94 20.9 -
YUV 157.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 192 149 115 0 0.22 0.40 0.25 26.49 0.38 0.6
Hex C0 95 73 0 16 28 19 1A 26 3C
Octal 300 225 163 0 26 50 31 32 46 74
Binary 11000000 10010101 1110011 0 10110 101000 11001 11010 100110 111100

Color Harmonies of #C09573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09573

Black with #C09573

Text Example


Text Example

White with #C09573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09573; }

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

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

background-color css

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

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

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

border-color css

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

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

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