#C8C363

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

Shades of Dark Khaki #C8C363

Tints of Dark Khaki #C8C363

Color information

#C8C363 (or 0xC8C363) is unknown color: approx Dark Khaki. HEX triplet: C8, C3 and 63. RGB value is (200,195,99). Sum of RGB (Red+Green+Blue) = 200+195+99=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C363 is #373C9C. Grayscale: #B9B9B9. Windows color (decimal): -3619997 or 6538184. OLE color: 6538184.

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

Color convert

RGB20019599-
CMYK00.020.500.22
HSL57.03º47.87%58.63%-
HSV(B)57.03º50.5%78.43%-
XYZ45.5952.2119.48-
YUV185.5579.16138.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 195 (76.56% from 255) = 39.47%
BLUE value IS 99 (39.06% from 255) = 20.04%
R=40.49%
G=39.47%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001959900.020.500.2257.0347.8758.63
HexC8C36302321639303b
Octal310303143026226716073
Binary1100100011000011110001101011001010110111001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C363; }

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

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

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

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

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

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

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

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