Html Css Color HEX #C8997A Pale Taupe

📋 copy color: '#C8997A'

red 200 ◦ green 153 ◦ blue 122

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

Shades of Pale Taupe #C8997A

Tints of Pale Taupe #C8997A

RGB

 RED value IS 200 (78.52% from 255) = 42.11%

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

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

R = 42.11%
G = 32.21%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8997A (or 0xC8997A) is known color: Pale Taupe. HEX triplet: C8, 99 and 7A. RGB value is (200,153,122). Sum of RGB (Red+Green+Blue) = 200+153+122=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8997A is #376685. Grayscale: #A3A3A3. Windows color (decimal): -3630726 or 8034760. OLE color: 8034760.

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

Color convert

RGB 200 153 122 -
CMYK 0 0.24 0.39 0.22
HSL 23.85º 0.41% 0.63% -
HSV(B) 23.85º 0.39% 0.78% -
XYZ 38.72 36.47 23.41 -
YUV 163.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 200 153 122 0 0.24 0.39 0.22 23.85 0.41 0.63
Hex C8 99 7A 0 18 27 16 18 29 3F
Octal 310 231 172 0 30 47 26 30 51 77
Binary 11001000 10011001 1111010 0 11000 100111 10110 11000 101001 111111

Color Harmonies of #C8997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8997A

Black with #C8997A

Text Example


Text Example

White with #C8997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8997A; }

 p { color: rgb(200,153,122); }

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

background-color css

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

 a { background-color: rgb(200,153,122); }

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

border-color css

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

 span { border-color: rgb(200,153,122); }

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