Html Css Color HEX #C8B96F Dark Khaki

📋 copy color: '#C8B96F'

red 200 ◦ green 185 ◦ blue 111

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

Shades of Dark Khaki #C8B96F

Tints of Dark Khaki #C8B96F

RGB

 RED value IS 200 (78.52% from 255) = 40.32%

 GREEN value IS 185 (72.66% from 255) = 37.3%

 BLUE value IS 111 (43.75% from 255) = 22.38%

R = 40.32%
G = 37.3%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8B96F (or 0xC8B96F) is known color: Dark Khaki. HEX triplet: C8, B9 and 6F. RGB value is (200,185,111). Sum of RGB (Red+Green+Blue) = 200+185+111=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B96F is #374690. Grayscale: #B5B5B5. Windows color (decimal): -3622545 or 7322056. OLE color: 7322056.

HSL color Cylindrical-coordinate representation of color #C8B96F: hue angle of 49.89º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8B96F is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 185 111 -
CMYK 0 0.08 0.44 0.22
HSL 49.89º 0.45% 0.61% -
HSV(B) 49.89º 0.45% 0.78% -
XYZ 44.04 48.12 22.01 -
YUV 181.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 200 185 111 0 0.08 0.44 0.22 49.89 0.45 0.61
Hex C8 B9 6F 0 8 2C 16 32 2D 3D
Octal 310 271 157 0 10 54 26 62 55 75
Binary 11001000 10111001 1101111 0 1000 101100 10110 110010 101101 111101

Color Harmonies of #C8B96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B96F

Black with #C8B96F

Text Example


Text Example

White with #C8B96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B96F; }

 p { color: rgb(200,185,111); }

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

background-color css

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

 a { background-color: rgb(200,185,111); }

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

border-color css

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

 span { border-color: rgb(200,185,111); }

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