Html Css Color HEX #C08E72 Pale Taupe

📋 copy color: '#C08E72'

red 192 ◦ green 142 ◦ blue 114

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

Shades of Pale Taupe #C08E72

Tints of Pale Taupe #C08E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.7%

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 42.86%
G = 31.7%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C08E72 (or 0xC08E72) is known color: Pale Taupe. HEX triplet: C0, 8E and 72. RGB value is (192,142,114). Sum of RGB (Red+Green+Blue) = 192+142+114=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E72 is #3F718D. Grayscale: #999999. Windows color (decimal): -4157838 or 7507648. OLE color: 7507648.

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

Color convert

RGB 192 142 114 -
CMYK 0 0.26 0.41 0.25
HSL 21.54º 0.38% 0.6% -
HSV(B) 21.54º 0.41% 0.75% -
XYZ 34.45 31.77 20.24 -
YUV 153.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 192 142 114 0 0.26 0.41 0.25 21.54 0.38 0.6
Hex C0 8E 72 0 1A 29 19 16 26 3C
Octal 300 216 162 0 32 51 31 26 46 74
Binary 11000000 10001110 1110010 0 11010 101001 11001 10110 100110 111100

Color Harmonies of #C08E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E72

Black with #C08E72

Text Example


Text Example

White with #C08E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E72; }

 p { color: rgb(192,142,114); }

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

background-color css

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

 a { background-color: rgb(192,142,114); }

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

border-color css

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

 span { border-color: rgb(192,142,114); }

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