Html Css Color HEX #C08D73 Pale Taupe

📋 copy color: '#C08D73'

red 192 ◦ green 141 ◦ blue 115

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

Shades of Pale Taupe #C08D73

Tints of Pale Taupe #C08D73

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.47%

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

R = 42.86%
G = 31.47%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08D73 (or 0xC08D73) is known color: Pale Taupe. HEX triplet: C0, 8D and 73. RGB value is (192,141,115). Sum of RGB (Red+Green+Blue) = 192+141+115=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D73 is #3F728C. Grayscale: #999999. Windows color (decimal): -4158093 or 7572928. OLE color: 7572928.

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

Color convert

RGB 192 141 115 -
CMYK 0 0.27 0.40 0.25
HSL 20.26º 0.38% 0.6% -
HSV(B) 20.26º 0.4% 0.75% -
XYZ 34.36 31.49 20.49 -
YUV 153.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 192 141 115 0 0.27 0.40 0.25 20.26 0.38 0.6
Hex C0 8D 73 0 1B 28 19 14 26 3C
Octal 300 215 163 0 33 50 31 24 46 74
Binary 11000000 10001101 1110011 0 11011 101000 11001 10100 100110 111100

Color Harmonies of #C08D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D73

Black with #C08D73

Text Example


Text Example

White with #C08D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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