Html Css Color HEX #C7967D Pale Taupe

📋 copy color: '#C7967D'

red 199 ◦ green 150 ◦ blue 125

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

Shades of Pale Taupe #C7967D

Tints of Pale Taupe #C7967D

RGB

 RED value IS 199 (78.13% from 255) = 41.98%

 GREEN value IS 150 (58.98% from 255) = 31.65%

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

R = 41.98%
G = 31.65%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7967D (or 0xC7967D) is known color: Pale Taupe. HEX triplet: C7, 96 and 7D. RGB value is (199,150,125). Sum of RGB (Red+Green+Blue) = 199+150+125=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7967D is #386982. Grayscale: #A1A1A1. Windows color (decimal): -3697027 or 8230599. OLE color: 8230599.

HSL color Cylindrical-coordinate representation of color #C7967D: hue angle of 20.27º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7967D is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 125 -
CMYK 0 0.25 0.37 0.22
HSL 20.27º 0.4% 0.64% -
HSV(B) 20.27º 0.37% 0.78% -
XYZ 38.16 35.44 24.23 -
YUV 161.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 199 150 125 0 0.25 0.37 0.22 20.27 0.4 0.64
Hex C7 96 7D 0 19 25 16 14 28 40
Octal 307 226 175 0 31 45 26 24 50 100
Binary 11000111 10010110 1111101 0 11001 100101 10110 10100 101000 1000000

Color Harmonies of #C7967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7967D

Black with #C7967D

Text Example


Text Example

White with #C7967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7967D; }

 p { color: rgb(199,150,125); }

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

background-color css

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

 a { background-color: rgb(199,150,125); }

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

border-color css

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

 span { border-color: rgb(199,150,125); }

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