Html Css Color HEX #C9997C Pale Taupe

📋 copy color: '#C9997C'

red 201 ◦ green 153 ◦ blue 124

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

Shades of Pale Taupe #C9997C

Tints of Pale Taupe #C9997C

RGB

 RED value IS 201 (78.91% from 255) = 42.05%

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

 BLUE value IS 124 (48.83% from 255) = 25.94%

R = 42.05%
G = 32.01%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9997C (or 0xC9997C) is known color: Pale Taupe. HEX triplet: C9, 99 and 7C. RGB value is (201,153,124). Sum of RGB (Red+Green+Blue) = 201+153+124=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9997C is #366683. Grayscale: #A4A4A4. Windows color (decimal): -3565188 or 8165833. OLE color: 8165833.

HSL color Cylindrical-coordinate representation of color #C9997C: hue angle of 22.6º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9997C is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 153 124 -
CMYK 0 0.24 0.38 0.21
HSL 22.6º 0.42% 0.64% -
HSV(B) 22.6º 0.38% 0.79% -
XYZ 39.12 36.66 24.08 -
YUV 164.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 201 153 124 0 0.24 0.38 0.21 22.6 0.42 0.64
Hex C9 99 7C 0 18 26 15 17 2A 40
Octal 311 231 174 0 30 46 25 27 52 100
Binary 11001001 10011001 1111100 0 11000 100110 10101 10111 101010 1000000

Color Harmonies of #C9997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9997C

Black with #C9997C

Text Example


Text Example

White with #C9997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9997C; }

 p { color: rgb(201,153,124); }

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

background-color css

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

 a { background-color: rgb(201,153,124); }

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

border-color css

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

 span { border-color: rgb(201,153,124); }

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