#C7C169

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

Shades of Dark Khaki #C7C169

Tints of Dark Khaki #C7C169

Color information

#C7C169 (or 0xC7C169) is unknown color: approx Dark Khaki. HEX triplet: C7, C1 and 69. RGB value is (199,193,105). Sum of RGB (Red+Green+Blue) = 199+193+105=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C169 is #383E96. Grayscale: #B9B9B9. Windows color (decimal): -3686039 or 6930887. OLE color: 6930887.

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

Color convert

RGB199193105-
CMYK00.030.470.22
HSL56.17º45.63%59.61%-
HSV(B)56.17º47.24%78.04%-
XYZ45.1751.320.89-
YUV184.7682.99138.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=40.04%
G=38.83%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919310500.030.470.2256.1745.6359.61
HexC7C169032F16382e3c
Octal307301151035726705674
Binary1100011111000001110100101110111110110111000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C169; }

 p { color: rgb(199,193,105); }

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

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

 a { background-color: rgb(199,193,105); }

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

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

 span { border-color: rgb(199,193,105); }

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