Html Css Color HEX #C59975 Pale Taupe

📋 copy color: '#C59975'

red 197 ◦ green 153 ◦ blue 117

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

Shades of Pale Taupe #C59975

Tints of Pale Taupe #C59975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.76%

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 42.18%
G = 32.76%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C59975 (or 0xC59975) is known color: Pale Taupe. HEX triplet: C5, 99 and 75. RGB value is (197,153,117). Sum of RGB (Red+Green+Blue) = 197+153+117=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C59975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59975 is #3A668A. Grayscale: #A2A2A2. Windows color (decimal): -3827339 or 7707077. OLE color: 7707077.

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

Color convert

RGB 197 153 117 -
CMYK 0 0.22 0.41 0.23
HSL 27º 0.41% 0.62% -
HSV(B) 27º 0.41% 0.77% -
XYZ 37.63 35.94 21.78 -
YUV 162.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 197 153 117 0 0.22 0.41 0.23 27 0.41 0.62
Hex C5 99 75 0 16 29 17 1B 29 3E
Octal 305 231 165 0 26 51 27 33 51 76
Binary 11000101 10011001 1110101 0 10110 101001 10111 11011 101001 111110

Color Harmonies of #C59975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59975

Black with #C59975

Text Example


Text Example

White with #C59975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59975; }

 p { color: rgb(197,153,117); }

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

background-color css

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

 a { background-color: rgb(197,153,117); }

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

border-color css

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

 span { border-color: rgb(197,153,117); }

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