Html Css Color HEX #C7967F Pale Taupe

📋 copy color: '#C7967F'

red 199 ◦ green 150 ◦ blue 127

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

Shades of Pale Taupe #C7967F

Tints of Pale Taupe #C7967F

RGB

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

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

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

R = 41.81%
G = 31.51%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7967F (or 0xC7967F) is known color: Pale Taupe. HEX triplet: C7, 96 and 7F. RGB value is (199,150,127). Sum of RGB (Red+Green+Blue) = 199+150+127=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7967F is #386980. Grayscale: #A2A2A2. Windows color (decimal): -3697025 or 8361671. OLE color: 8361671.

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

Color convert

RGB 199 150 127 -
CMYK 0 0.25 0.36 0.22
HSL 19.17º 0.39% 0.64% -
HSV(B) 19.17º 0.36% 0.78% -
XYZ 38.29 35.49 24.91 -
YUV 162.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 199 150 127 0 0.25 0.36 0.22 19.17 0.39 0.64
Hex C7 96 7F 0 19 24 16 13 27 40
Octal 307 226 177 0 31 44 26 23 47 100
Binary 11000111 10010110 1111111 0 11001 100100 10110 10011 100111 1000000

Color Harmonies of #C7967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7967F

Black with #C7967F

Text Example


Text Example

White with #C7967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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