#C8C068

Color #C8C068 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C8C068

Tints of Dark Khaki #C8C068

Color information

#C8C068 (or 0xC8C068) is unknown color: approx Dark Khaki. HEX triplet: C8, C0 and 68. RGB value is (200,192,104). Sum of RGB (Red+Green+Blue) = 200+192+104=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C068 is #373F97. Grayscale: #B8B8B8. Windows color (decimal): -3620760 or 6865096. OLE color: 6865096.

HSL color Cylindrical-coordinate representation of color #C8C068: hue angle of 55º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8C068 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB200192104-
CMYK00.040.480.22
HSL55º46.6%59.61%-
HSV(B)55º48%78.43%-
XYZ45.1750.9820.56-
YUV184.3682.65139.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 104 (41.02% from 255) = 20.97%
R=40.32%
G=38.71%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019210400.040.480.225546.659.61
HexC8C068043016372f3c
Octal310300150046026675774
Binary11001000110000001101000010011000010110110111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C068; }

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

 H1.HeaderClassName
 {
   color: #C8C068;
 }
 .AnyTagClassName
 {
   color: #C8C068;
 }
</style>
background-color css

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

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

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

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

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

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