Html Css Color HEX #C9B48F Tan

📋 copy color: '#C9B48F'

red 201 ◦ green 180 ◦ blue 143

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

Shades of Tan #C9B48F

Tints of Tan #C9B48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.29%

R = 38.36%
G = 34.35%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9B48F (or 0xC9B48F) is known color: Tan. HEX triplet: C9, B4 and 8F. RGB value is (201,180,143). Sum of RGB (Red+Green+Blue) = 201+180+143=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B48F is #364B70. Grayscale: #B6B6B6. Windows color (decimal): -3558257 or 9417929. OLE color: 9417929.

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

Color convert

RGB 201 180 143 -
CMYK 0 0.10 0.29 0.21
HSL 38.28º 0.35% 0.67% -
HSV(B) 38.28º 0.29% 0.79% -
XYZ 45.37 47.04 32.68 -
YUV 182.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 201 180 143 0 0.10 0.29 0.21 38.28 0.35 0.67
Hex C9 B4 8F 0 A 1D 15 26 23 43
Octal 311 264 217 0 12 35 25 46 43 103
Binary 11001001 10110100 10001111 0 1010 11101 10101 100110 100011 1000011

Color Harmonies of #C9B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B48F

Black with #C9B48F

Text Example


Text Example

White with #C9B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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