Html Css Color HEX #C8C06E Dark Khaki

📋 copy color: '#C8C06E'

red 200 ◦ green 192 ◦ blue 110

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

Shades of Dark Khaki #C8C06E

Tints of Dark Khaki #C8C06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.25%

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

R = 39.84%
G = 38.25%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8C06E (or 0xC8C06E) is known color: Dark Khaki. HEX triplet: C8, C0 and 6E. RGB value is (200,192,110). Sum of RGB (Red+Green+Blue) = 200+192+110=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C06E is #373F91. Grayscale: #B9B9B9. Windows color (decimal): -3620754 or 7258312. OLE color: 7258312.

HSL color Cylindrical-coordinate representation of color #C8C06E: hue angle of 54.67º 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 #C8C06E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 192 110 -
CMYK 0 0.04 0.45 0.22
HSL 54.67º 0.45% 0.61% -
HSV(B) 54.67º 0.45% 0.78% -
XYZ 45.48 51.1 22.22 -
YUV 185.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 200 192 110 0 0.04 0.45 0.22 54.67 0.45 0.61
Hex C8 C0 6E 0 4 2D 16 37 2D 3D
Octal 310 300 156 0 4 55 26 67 55 75
Binary 11001000 11000000 1101110 0 100 101101 10110 110111 101101 111101

Color Harmonies of #C8C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C06E

Black with #C8C06E

Text Example


Text Example

White with #C8C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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