#C7C069

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

Shades of Dark Khaki #C7C069

Tints of Dark Khaki #C7C069

Color information

#C7C069 (or 0xC7C069) is unknown color: approx Dark Khaki. HEX triplet: C7, C0 and 69. RGB value is (199,192,105). Sum of RGB (Red+Green+Blue) = 199+192+105=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C069 is #383F96. Grayscale: #B8B8B8. Windows color (decimal): -3686295 or 6930631. OLE color: 6930631.

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

Color convert

RGB199192105-
CMYK00.040.470.22
HSL55.53º45.63%59.61%-
HSV(B)55.53º47.24%78.04%-
XYZ44.9550.8620.81-
YUV184.1883.32138.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=40.12%
G=38.71%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919210500.040.470.2255.5345.6359.61
HexC7C069042F16382e3c
Octal307300151045726705674
Binary11000111110000001101001010010111110110111000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C069; }

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

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

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

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

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

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

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

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