Html Css Color HEX #C0987E Pale Taupe

📋 copy color: '#C0987E'

red 192 ◦ green 152 ◦ blue 126

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

Shades of Pale Taupe #C0987E

Tints of Pale Taupe #C0987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.34%

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 40.85%
G = 32.34%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0987E (or 0xC0987E) is known color: Pale Taupe. HEX triplet: C0, 98 and 7E. RGB value is (192,152,126). Sum of RGB (Red+Green+Blue) = 192+152+126=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0987E is #3F6781. Grayscale: #A1A1A1. Windows color (decimal): -4155266 or 8296640. OLE color: 8296640.

HSL color Cylindrical-coordinate representation of color #C0987E: hue angle of 23.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0987E is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 126 -
CMYK 0 0.21 0.34 0.25
HSL 23.64º 0.34% 0.62% -
HSV(B) 23.64º 0.34% 0.75% -
XYZ 36.73 35.17 24.59 -
YUV 161 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 192 152 126 0 0.21 0.34 0.25 23.64 0.34 0.62
Hex C0 98 7E 0 15 22 19 18 22 3E
Octal 300 230 176 0 25 42 31 30 42 76
Binary 11000000 10011000 1111110 0 10101 100010 11001 11000 100010 111110

Color Harmonies of #C0987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0987E

Black with #C0987E

Text Example


Text Example

White with #C0987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0987E; }

 p { color: rgb(192,152,126); }

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

background-color css

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

 a { background-color: rgb(192,152,126); }

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

border-color css

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

 span { border-color: rgb(192,152,126); }

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