Html Css Color HEX #C0987C Pale Taupe

📋 copy color: '#C0987C'

red 192 ◦ green 152 ◦ blue 124

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

Shades of Pale Taupe #C0987C

Tints of Pale Taupe #C0987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 41.03%
G = 32.48%
B = 26.5%

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

#C0987C (or 0xC0987C) is known color: Pale Taupe. HEX triplet: C0, 98 and 7C. RGB value is (192,152,124). Sum of RGB (Red+Green+Blue) = 192+152+124=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0987C is #3F6783. Grayscale: #A0A0A0. Windows color (decimal): -4155268 or 8165568. OLE color: 8165568.

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

Color convert

RGB 192 152 124 -
CMYK 0 0.21 0.35 0.25
HSL 24.71º 0.35% 0.62% -
HSV(B) 24.71º 0.35% 0.75% -
XYZ 36.6 35.12 23.92 -
YUV 160.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 192 152 124 0 0.21 0.35 0.25 24.71 0.35 0.62
Hex C0 98 7C 0 15 23 19 19 23 3E
Octal 300 230 174 0 25 43 31 31 43 76
Binary 11000000 10011000 1111100 0 10101 100011 11001 11001 100011 111110

Color Harmonies of #C0987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0987C

Black with #C0987C

Text Example


Text Example

White with #C0987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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