Html Css Color HEX #C5BA6E Dark Khaki

📋 copy color: '#C5BA6E'

red 197 ◦ green 186 ◦ blue 110

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

Shades of Dark Khaki #C5BA6E

Tints of Dark Khaki #C5BA6E

RGB

 RED value IS 197 (77.34% from 255) = 39.96%

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

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 39.96%
G = 37.73%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5BA6E (or 0xC5BA6E) is known color: Dark Khaki. HEX triplet: C5, BA and 6E. RGB value is (197,186,110). Sum of RGB (Red+Green+Blue) = 197+186+110=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA6E is #3A4591. Grayscale: #B4B4B4. Windows color (decimal): -3818898 or 7256773. OLE color: 7256773.

HSL color Cylindrical-coordinate representation of color #C5BA6E: hue angle of 52.41º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5BA6E is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 110 -
CMYK 0 0.06 0.44 0.23
HSL 52.41º 0.43% 0.6% -
HSV(B) 52.41º 0.44% 0.77% -
XYZ 43.4 48.11 21.75 -
YUV 180.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 197 186 110 0 0.06 0.44 0.23 52.41 0.43 0.6
Hex C5 BA 6E 0 6 2C 17 34 2B 3C
Octal 305 272 156 0 6 54 27 64 53 74
Binary 11000101 10111010 1101110 0 110 101100 10111 110100 101011 111100

Color Harmonies of #C5BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA6E

Black with #C5BA6E

Text Example


Text Example

White with #C5BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA6E; }

 p { color: rgb(197,186,110); }

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

background-color css

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

 a { background-color: rgb(197,186,110); }

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

border-color css

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

 span { border-color: rgb(197,186,110); }

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