Html Css Color HEX #C8C76E Dark Khaki

📋 copy color: '#C8C76E'

red 200 ◦ green 199 ◦ blue 110

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

Shades of Dark Khaki #C8C76E

Tints of Dark Khaki #C8C76E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.1%

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

R = 39.29%
G = 39.1%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8C76E (or 0xC8C76E) is known color: Dark Khaki. HEX triplet: C8, C7 and 6E. RGB value is (200,199,110). Sum of RGB (Red+Green+Blue) = 200+199+110=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C76E is #373891. Grayscale: #BDBDBD. Windows color (decimal): -3618962 or 7260104. OLE color: 7260104.

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

Color convert

RGB 200 199 110 -
CMYK 0 0.00 0.45 0.22
HSL 59.33º 0.45% 0.61% -
HSV(B) 59.33º 0.45% 0.78% -
XYZ 47.06 54.25 22.74 -
YUV 189.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 200 199 110 0 0.00 0.45 0.22 59.33 0.45 0.61
Hex C8 C7 6E 0 0 2D 16 3B 2D 3D
Octal 310 307 156 0 0 55 26 73 55 75
Binary 11001000 11000111 1101110 0 0 101101 10110 111011 101101 111101

Color Harmonies of #C8C76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C76E

Black with #C8C76E

Text Example


Text Example

White with #C8C76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C76E; }

 p { color: rgb(200,199,110); }

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

background-color css

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

 a { background-color: rgb(200,199,110); }

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

border-color css

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

 span { border-color: rgb(200,199,110); }

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