Html Css Color HEX #C9B48C Tan

📋 copy color: '#C9B48C'

red 201 ◦ green 180 ◦ blue 140

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

Shades of Tan #C9B48C

Tints of Tan #C9B48C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.55%

 BLUE value IS 140 (55.08% from 255) = 26.87%

R = 38.58%
G = 34.55%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9B48C (or 0xC9B48C) is known color: Tan. HEX triplet: C9, B4 and 8C. RGB value is (201,180,140). Sum of RGB (Red+Green+Blue) = 201+180+140=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B48C is #364B73. Grayscale: #B5B5B5. Windows color (decimal): -3558260 or 9221321. OLE color: 9221321.

HSL color Cylindrical-coordinate representation of color #C9B48C: hue angle of 39.34º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9B48C is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 180 140 -
CMYK 0 0.10 0.30 0.21
HSL 39.34º 0.36% 0.67% -
HSV(B) 39.34º 0.3% 0.79% -
XYZ 45.14 46.95 31.49 -
YUV 181.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 201 180 140 0 0.10 0.30 0.21 39.34 0.36 0.67
Hex C9 B4 8C 0 A 1E 15 27 24 43
Octal 311 264 214 0 12 36 25 47 44 103
Binary 11001001 10110100 10001100 0 1010 11110 10101 100111 100100 1000011

Color Harmonies of #C9B48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B48C

Black with #C9B48C

Text Example


Text Example

White with #C9B48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B48C; }

 p { color: rgb(201,180,140); }

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

background-color css

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

 a { background-color: rgb(201,180,140); }

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

border-color css

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

 span { border-color: rgb(201,180,140); }

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