Html Css Color HEX #C0987D Pale Taupe

📋 copy color: '#C0987D'

red 192 ◦ green 152 ◦ blue 125

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

Shades of Pale Taupe #C0987D

Tints of Pale Taupe #C0987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 40.94%
G = 32.41%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0987D (or 0xC0987D) is known color: Pale Taupe. HEX triplet: C0, 98 and 7D. RGB value is (192,152,125). Sum of RGB (Red+Green+Blue) = 192+152+125=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0987D is #3F6782. Grayscale: #A1A1A1. Windows color (decimal): -4155267 or 8231104. OLE color: 8231104.

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

Color convert

RGB 192 152 125 -
CMYK 0 0.21 0.35 0.25
HSL 24.18º 0.35% 0.62% -
HSV(B) 24.18º 0.35% 0.75% -
XYZ 36.67 35.14 24.25 -
YUV 160.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 192 152 125 0 0.21 0.35 0.25 24.18 0.35 0.62
Hex C0 98 7D 0 15 23 19 18 23 3E
Octal 300 230 175 0 25 43 31 30 43 76
Binary 11000000 10011000 1111101 0 10101 100011 11001 11000 100011 111110

Color Harmonies of #C0987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0987D

Black with #C0987D

Text Example


Text Example

White with #C0987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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