Html Css Color HEX #C8BA71 Dark Khaki

📋 copy color: '#C8BA71'

red 200 ◦ green 186 ◦ blue 113

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

Shades of Dark Khaki #C8BA71

Tints of Dark Khaki #C8BA71

RGB

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

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

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

R = 40.08%
G = 37.27%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8BA71 (or 0xC8BA71) is known color: Dark Khaki. HEX triplet: C8, BA and 71. RGB value is (200,186,113). Sum of RGB (Red+Green+Blue) = 200+186+113=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA71 is #37458E. Grayscale: #B6B6B6. Windows color (decimal): -3622287 or 7453384. OLE color: 7453384.

HSL color Cylindrical-coordinate representation of color #C8BA71: hue angle of 50.34º degrees, saturation: 0.44, 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 #C8BA71 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 113 -
CMYK 0 0.07 0.44 0.22
HSL 50.34º 0.44% 0.61% -
HSV(B) 50.34º 0.44% 0.78% -
XYZ 44.36 48.59 22.66 -
YUV 181.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 200 186 113 0 0.07 0.44 0.22 50.34 0.44 0.61
Hex C8 BA 71 0 7 2C 16 32 2C 3D
Octal 310 272 161 0 7 54 26 62 54 75
Binary 11001000 10111010 1110001 0 111 101100 10110 110010 101100 111101

Color Harmonies of #C8BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA71

Black with #C8BA71

Text Example


Text Example

White with #C8BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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