Html Css Color HEX #C0987A Pale Taupe

📋 copy color: '#C0987A'

red 192 ◦ green 152 ◦ blue 122

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

Shades of Pale Taupe #C0987A

Tints of Pale Taupe #C0987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 41.2%
G = 32.62%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0987A (or 0xC0987A) is known color: Pale Taupe. HEX triplet: C0, 98 and 7A. RGB value is (192,152,122). Sum of RGB (Red+Green+Blue) = 192+152+122=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0987A is #3F6785. Grayscale: #A0A0A0. Windows color (decimal): -4155270 or 8034496. OLE color: 8034496.

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

Color convert

RGB 192 152 122 -
CMYK 0 0.21 0.36 0.25
HSL 25.71º 0.36% 0.62% -
HSV(B) 25.71º 0.36% 0.75% -
XYZ 36.48 35.07 23.26 -
YUV 160.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 192 152 122 0 0.21 0.36 0.25 25.71 0.36 0.62
Hex C0 98 7A 0 15 24 19 1A 24 3E
Octal 300 230 172 0 25 44 31 32 44 76
Binary 11000000 10011000 1111010 0 10101 100100 11001 11010 100100 111110

Color Harmonies of #C0987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0987A

Black with #C0987A

Text Example


Text Example

White with #C0987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0987A; }

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

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

background-color css

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

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

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

border-color css

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

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

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