Html Css Color HEX #C08F73 Pale Taupe

📋 copy color: '#C08F73'

red 192 ◦ green 143 ◦ blue 115

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

Shades of Pale Taupe #C08F73

Tints of Pale Taupe #C08F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.78%

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

R = 42.67%
G = 31.78%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08F73 (or 0xC08F73) is known color: Pale Taupe. HEX triplet: C0, 8F and 73. RGB value is (192,143,115). Sum of RGB (Red+Green+Blue) = 192+143+115=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F73 is #3F708C. Grayscale: #9A9A9A. Windows color (decimal): -4157581 or 7573440. OLE color: 7573440.

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

Color convert

RGB 192 143 115 -
CMYK 0 0.26 0.40 0.25
HSL 21.82º 0.38% 0.6% -
HSV(B) 21.82º 0.4% 0.75% -
XYZ 34.66 32.09 20.59 -
YUV 154.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 192 143 115 0 0.26 0.40 0.25 21.82 0.38 0.6
Hex C0 8F 73 0 1A 28 19 16 26 3C
Octal 300 217 163 0 32 50 31 26 46 74
Binary 11000000 10001111 1110011 0 11010 101000 11001 10110 100110 111100

Color Harmonies of #C08F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F73

Black with #C08F73

Text Example


Text Example

White with #C08F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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