#C8C56A

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

Shades of Dark Khaki #C8C56A

Tints of Dark Khaki #C8C56A

Color information

#C8C56A (or 0xC8C56A) is unknown color: approx Dark Khaki. HEX triplet: C8, C5 and 6A. RGB value is (200,197,106). Sum of RGB (Red+Green+Blue) = 200+197+106=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C56A is #373A95. Grayscale: #BBBBBB. Windows color (decimal): -3619478 or 6997448. OLE color: 6997448.

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

Color convert

RGB200197106-
CMYK00.020.470.22
HSL58.09º46.08%60%-
HSV(B)58.09º47%78.43%-
XYZ46.3953.2521.47-
YUV187.5281.99136.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 106 (41.80% from 255) = 21.07%
R=39.76%
G=39.17%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019710600.020.470.2258.0946.0860
HexC8C56A022F163a2e3c
Octal310305152025726725674
Binary1100100011000101110101001010111110110111010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C56A; }

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

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

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

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

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

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

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

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