#C8C365

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

Shades of Dark Khaki #C8C365

Tints of Dark Khaki #C8C365

Color information

#C8C365 (or 0xC8C365) is unknown color: approx Dark Khaki. HEX triplet: C8, C3 and 65. RGB value is (200,195,101). Sum of RGB (Red+Green+Blue) = 200+195+101=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C365 is #373C9A. Grayscale: #BABABA. Windows color (decimal): -3619995 or 6669256. OLE color: 6669256.

HSL color Cylindrical-coordinate representation of color #C8C365: hue angle of 56.97º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8C365 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200195101-
CMYK00.020.490.22
HSL56.97º47.37%59.02%-
HSV(B)56.97º49.5%78.43%-
XYZ45.6852.2519.99-
YUV185.7880.16138.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 101 (39.84% from 255) = 20.36%
R=40.32%
G=39.31%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019510100.020.490.2256.9747.3759.02
HexC8C365023116392f3b
Octal310303145026126715773
Binary1100100011000011110010101011000110110111001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C365; }

 p { color: rgb(200,195,101); }

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

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

 a { background-color: rgb(200,195,101); }

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

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

 span { border-color: rgb(200,195,101); }

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