#C8C568

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

Shades of Dark Khaki #C8C568

Tints of Dark Khaki #C8C568

Color information

#C8C568 (or 0xC8C568) is unknown color: approx Dark Khaki. HEX triplet: C8, C5 and 68. RGB value is (200,197,104). Sum of RGB (Red+Green+Blue) = 200+197+104=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C568 is #373A97. Grayscale: #BBBBBB. Windows color (decimal): -3619480 or 6866376. OLE color: 6866376.

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

Color convert

RGB200197104-
CMYK00.020.480.22
HSL58.12º46.6%59.61%-
HSV(B)58.12º48%78.43%-
XYZ46.2853.2120.93-
YUV187.380.99137.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 104 (41.02% from 255) = 20.76%
R=39.92%
G=39.32%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019710400.020.480.2258.1246.659.61
HexC8C5680230163a2f3c
Octal310305150026026725774
Binary1100100011000101110100001011000010110111010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C568; }

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

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

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

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

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

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

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

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