Html Css Color HEX #C59475 Pale Taupe

📋 copy color: '#C59475'

red 197 ◦ green 148 ◦ blue 117

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

Shades of Pale Taupe #C59475

Tints of Pale Taupe #C59475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

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

R = 42.64%
G = 32.03%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C59475 (or 0xC59475) is known color: Pale Taupe. HEX triplet: C5, 94 and 75. RGB value is (197,148,117). Sum of RGB (Red+Green+Blue) = 197+148+117=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C59475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59475 is #3A6B8A. Grayscale: #9F9F9F. Windows color (decimal): -3828619 or 7705797. OLE color: 7705797.

HSL color Cylindrical-coordinate representation of color #C59475: hue angle of 23.25º 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 #C59475 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 117 -
CMYK 0 0.25 0.41 0.23
HSL 23.25º 0.41% 0.62% -
HSV(B) 23.25º 0.41% 0.77% -
XYZ 36.83 34.33 21.52 -
YUV 159.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 197 148 117 0 0.25 0.41 0.23 23.25 0.41 0.62
Hex C5 94 75 0 19 29 17 17 29 3E
Octal 305 224 165 0 31 51 27 27 51 76
Binary 11000101 10010100 1110101 0 11001 101001 10111 10111 101001 111110

Color Harmonies of #C59475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59475

Black with #C59475

Text Example


Text Example

White with #C59475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59475; }

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

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

background-color css

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

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

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

border-color css

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

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

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