Html Css Color HEX #C08D74 Pale Taupe

📋 copy color: '#C08D74'

red 192 ◦ green 141 ◦ blue 116

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

Shades of Pale Taupe #C08D74

Tints of Pale Taupe #C08D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 42.76%
G = 31.4%
B = 25.84%

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

#C08D74 (or 0xC08D74) is known color: Pale Taupe. HEX triplet: C0, 8D and 74. RGB value is (192,141,116). Sum of RGB (Red+Green+Blue) = 192+141+116=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D74 is #3F728B. Grayscale: #999999. Windows color (decimal): -4158092 or 7638464. OLE color: 7638464.

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

Color convert

RGB 192 141 116 -
CMYK 0 0.27 0.40 0.25
HSL 19.74º 0.38% 0.6% -
HSV(B) 19.74º 0.4% 0.75% -
XYZ 34.42 31.52 20.79 -
YUV 153.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 192 141 116 0 0.27 0.40 0.25 19.74 0.38 0.6
Hex C0 8D 74 0 1B 28 19 14 26 3C
Octal 300 215 164 0 33 50 31 24 46 74
Binary 11000000 10001101 1110100 0 11011 101000 11001 10100 100110 111100

Color Harmonies of #C08D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D74

Black with #C08D74

Text Example


Text Example

White with #C08D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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