Html Css Color HEX #C9AF85 Tan

📋 copy color: '#C9AF85'

red 201 ◦ green 175 ◦ blue 133

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

Shades of Tan #C9AF85

Tints of Tan #C9AF85

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.38%

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

R = 39.49%
G = 34.38%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C9AF85 (or 0xC9AF85) is known color: Tan. HEX triplet: C9, AF and 85. RGB value is (201,175,133). Sum of RGB (Red+Green+Blue) = 201+175+133=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF85 is #36507A. Grayscale: #B2B2B2. Windows color (decimal): -3559547 or 8761289. OLE color: 8761289.

HSL color Cylindrical-coordinate representation of color #C9AF85: hue angle of 37.06º 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 #C9AF85 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 175 133 -
CMYK 0 0.13 0.34 0.21
HSL 37.06º 0.39% 0.65% -
HSV(B) 37.06º 0.34% 0.79% -
XYZ 43.65 44.77 28.53 -
YUV 177.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 201 175 133 0 0.13 0.34 0.21 37.06 0.39 0.65
Hex C9 AF 85 0 D 22 15 25 27 41
Octal 311 257 205 0 15 42 25 45 47 101
Binary 11001001 10101111 10000101 0 1101 100010 10101 100101 100111 1000001

Color Harmonies of #C9AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF85

Black with #C9AF85

Text Example


Text Example

White with #C9AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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