Html Css Color HEX #C9B085 Tan

📋 copy color: '#C9B085'

red 201 ◦ green 176 ◦ blue 133

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

Shades of Tan #C9B085

Tints of Tan #C9B085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.51%

 BLUE value IS 133 (52.34% from 255) = 26.08%

R = 39.41%
G = 34.51%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C9B085 (or 0xC9B085) is known color: Tan. HEX triplet: C9, B0 and 85. RGB value is (201,176,133). Sum of RGB (Red+Green+Blue) = 201+176+133=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B085 is #364F7A. Grayscale: #B2B2B2. Windows color (decimal): -3559291 or 8761545. OLE color: 8761545.

HSL color Cylindrical-coordinate representation of color #C9B085: hue angle of 37.94º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9B085 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 176 133 -
CMYK 0 0.12 0.34 0.21
HSL 37.94º 0.39% 0.65% -
HSV(B) 37.94º 0.34% 0.79% -
XYZ 43.85 45.16 28.6 -
YUV 178.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 201 176 133 0 0.12 0.34 0.21 37.94 0.39 0.65
Hex C9 B0 85 0 C 22 15 26 27 41
Octal 311 260 205 0 14 42 25 46 47 101
Binary 11001001 10110000 10000101 0 1100 100010 10101 100110 100111 1000001

Color Harmonies of #C9B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B085

Black with #C9B085

Text Example


Text Example

White with #C9B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B085; }

 p { color: rgb(201,176,133); }

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

background-color css

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

 a { background-color: rgb(201,176,133); }

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

border-color css

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

 span { border-color: rgb(201,176,133); }

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