#C3C169

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

Shades of Dark Khaki #C3C169

Tints of Dark Khaki #C3C169

Color information

#C3C169 (or 0xC3C169) is unknown color: approx Dark Khaki. HEX triplet: C3, C1 and 69. RGB value is (195,193,105). Sum of RGB (Red+Green+Blue) = 195+193+105=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C169 is #3C3E96. Grayscale: #B7B7B7. Windows color (decimal): -3948183 or 6930883. OLE color: 6930883.

HSL color Cylindrical-coordinate representation of color #C3C169: hue angle of 58.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3C169 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB195193105-
CMYK00.010.460.24
HSL58.67º42.86%58.82%-
HSV(B)58.67º46.15%76.47%-
XYZ44.1350.7620.84-
YUV183.5783.66136.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=39.55%
G=39.15%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519310500.010.460.2458.6742.8658.82
HexC3C169012E183b2b3b
Octal303301151015630735373
Binary110000111100000111010010110111011000111011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C169; }

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

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

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

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

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

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

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

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