#C8C173

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

Shades of Dark Khaki #C8C173

Tints of Dark Khaki #C8C173

Color information

#C8C173 (or 0xC8C173) is unknown color: approx Dark Khaki. HEX triplet: C8, C1 and 73. RGB value is (200,193,115). Sum of RGB (Red+Green+Blue) = 200+193+115=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C173 is #373E8C. Grayscale: #BABABA. Windows color (decimal): -3620493 or 7586248. OLE color: 7586248.

HSL color Cylindrical-coordinate representation of color #C8C173: hue angle of 55.06º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8C173 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200193115-
CMYK00.040.420.22
HSL55.06º43.59%61.76%-
HSV(B)55.06º42.5%78.43%-
XYZ45.9851.6623.77-
YUV186.287.82137.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 193 (75.78% from 255) = 37.99%
BLUE value IS 115 (45.31% from 255) = 22.64%
R=39.37%
G=37.99%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019311500.040.420.2255.0643.5961.76
HexC8C173042A16372c3e
Octal310301163045226675476
Binary11001000110000011110011010010101010110110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C173; }

 p { color: rgb(200,193,115); }

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

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

 a { background-color: rgb(200,193,115); }

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

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

 span { border-color: rgb(200,193,115); }

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