#C3C16A

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

Shades of Dark Khaki #C3C16A

Tints of Dark Khaki #C3C16A

Color information

#C3C16A (or 0xC3C16A) is unknown color: approx Dark Khaki. HEX triplet: C3, C1 and 6A. RGB value is (195,193,106). Sum of RGB (Red+Green+Blue) = 195+193+106=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C16A is #3C3E95. Grayscale: #B8B8B8. Windows color (decimal): -3948182 or 6996419. OLE color: 6996419.

HSL color Cylindrical-coordinate representation of color #C3C16A: hue angle of 58.65º 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 #C3C16A is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB195193106-
CMYK00.010.460.24
HSL58.65º42.58%59.02%-
HSV(B)58.65º45.64%76.47%-
XYZ44.1850.7821.11-
YUV183.6884.16136.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=39.47%
G=39.07%
B=21.46%

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
Decimal19519310600.010.460.2458.6542.5859.02
HexC3C16A012E183b2b3b
Octal303301152015630735373
Binary110000111100000111010100110111011000111011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C16A; }

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

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

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

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

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

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

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

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