Html Css Color HEX #C9BA71 Dark Khaki

📋 copy color: '#C9BA71'

red 201 ◦ green 186 ◦ blue 113

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

Shades of Dark Khaki #C9BA71

Tints of Dark Khaki #C9BA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 113 (44.53% from 255) = 22.6%

R = 40.2%
G = 37.2%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C9BA71 (or 0xC9BA71) is known color: Dark Khaki. HEX triplet: C9, BA and 71. RGB value is (201,186,113). Sum of RGB (Red+Green+Blue) = 201+186+113=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA71 is #36458E. Grayscale: #B6B6B6. Windows color (decimal): -3556751 or 7453385. OLE color: 7453385.

HSL color Cylindrical-coordinate representation of color #C9BA71: hue angle of 49.77º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9BA71 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 113 -
CMYK 0 0.07 0.44 0.21
HSL 49.77º 0.45% 0.62% -
HSV(B) 49.77º 0.44% 0.79% -
XYZ 44.63 48.73 22.68 -
YUV 182.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 201 186 113 0 0.07 0.44 0.21 49.77 0.45 0.62
Hex C9 BA 71 0 7 2C 15 32 2D 3E
Octal 311 272 161 0 7 54 25 62 55 76
Binary 11001001 10111010 1110001 0 111 101100 10101 110010 101101 111110

Color Harmonies of #C9BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA71

Black with #C9BA71

Text Example


Text Example

White with #C9BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA71; }

 p { color: rgb(201,186,113); }

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

background-color css

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

 a { background-color: rgb(201,186,113); }

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

border-color css

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

 span { border-color: rgb(201,186,113); }

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