Html Css Color HEX #C59A7A Pale Taupe

📋 copy color: '#C59A7A'

red 197 ◦ green 154 ◦ blue 122

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

Shades of Pale Taupe #C59A7A

Tints of Pale Taupe #C59A7A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.56%

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 41.65%
G = 32.56%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C59A7A (or 0xC59A7A) is known color: Pale Taupe. HEX triplet: C5, 9A and 7A. RGB value is (197,154,122). Sum of RGB (Red+Green+Blue) = 197+154+122=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59A7A is #3A6585. Grayscale: #A3A3A3. Windows color (decimal): -3827078 or 8035013. OLE color: 8035013.

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

Color convert

RGB 197 154 122 -
CMYK 0 0.22 0.38 0.23
HSL 25.6º 0.39% 0.63% -
HSV(B) 25.6º 0.38% 0.77% -
XYZ 38.09 36.39 23.43 -
YUV 163.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 197 154 122 0 0.22 0.38 0.23 25.6 0.39 0.63
Hex C5 9A 7A 0 16 26 17 1A 27 3F
Octal 305 232 172 0 26 46 27 32 47 77
Binary 11000101 10011010 1111010 0 10110 100110 10111 11010 100111 111111

Color Harmonies of #C59A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59A7A

Black with #C59A7A

Text Example


Text Example

White with #C59A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59A7A; }

 p { color: rgb(197,154,122); }

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

background-color css

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

 a { background-color: rgb(197,154,122); }

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

border-color css

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

 span { border-color: rgb(197,154,122); }

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