Html Css Color HEX #C5967E Pale Taupe

📋 copy color: '#C5967E'

red 197 ◦ green 150 ◦ blue 126

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

Shades of Pale Taupe #C5967E

Tints of Pale Taupe #C5967E

RGB

 RED value IS 197 (77.34% from 255) = 41.65%

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

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 41.65%
G = 31.71%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5967E (or 0xC5967E) is known color: Pale Taupe. HEX triplet: C5, 96 and 7E. RGB value is (197,150,126). Sum of RGB (Red+Green+Blue) = 197+150+126=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5967E is #3A6981. Grayscale: #A1A1A1. Windows color (decimal): -3828098 or 8296133. OLE color: 8296133.

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

Color convert

RGB 197 150 126 -
CMYK 0 0.24 0.36 0.23
HSL 20.28º 0.38% 0.63% -
HSV(B) 20.28º 0.36% 0.77% -
XYZ 37.7 35.19 24.54 -
YUV 161.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 197 150 126 0 0.24 0.36 0.23 20.28 0.38 0.63
Hex C5 96 7E 0 18 24 17 14 26 3F
Octal 305 226 176 0 30 44 27 24 46 77
Binary 11000101 10010110 1111110 0 11000 100100 10111 10100 100110 111111

Color Harmonies of #C5967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5967E

Black with #C5967E

Text Example


Text Example

White with #C5967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5967E; }

 p { color: rgb(197,150,126); }

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

background-color css

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

 a { background-color: rgb(197,150,126); }

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

border-color css

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

 span { border-color: rgb(197,150,126); }

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