Html Css Color HEX #C4987F Pale Taupe

📋 copy color: '#C4987F'

red 196 ◦ green 152 ◦ blue 127

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

Shades of Pale Taupe #C4987F

Tints of Pale Taupe #C4987F

RGB

 RED value IS 196 (76.95% from 255) = 41.26%

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

 BLUE value IS 127 (50% from 255) = 26.74%

R = 41.26%
G = 32%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4987F (or 0xC4987F) is known color: Pale Taupe. HEX triplet: C4, 98 and 7F. RGB value is (196,152,127). Sum of RGB (Red+Green+Blue) = 196+152+127=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4987F is #3B6780. Grayscale: #A2A2A2. Windows color (decimal): -3893121 or 8362180. OLE color: 8362180.

HSL color Cylindrical-coordinate representation of color #C4987F: hue angle of 21.74º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4987F is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 127 -
CMYK 0 0.22 0.35 0.23
HSL 21.74º 0.37% 0.63% -
HSV(B) 21.74º 0.35% 0.77% -
XYZ 37.82 35.72 24.98 -
YUV 162.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 196 152 127 0 0.22 0.35 0.23 21.74 0.37 0.63
Hex C4 98 7F 0 16 23 17 16 25 3F
Octal 304 230 177 0 26 43 27 26 45 77
Binary 11000100 10011000 1111111 0 10110 100011 10111 10110 100101 111111

Color Harmonies of #C4987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4987F

Black with #C4987F

Text Example


Text Example

White with #C4987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4987F; }

 p { color: rgb(196,152,127); }

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

background-color css

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

 a { background-color: rgb(196,152,127); }

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

border-color css

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

 span { border-color: rgb(196,152,127); }

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