#C3C46C

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

Shades of Dark Khaki #C3C46C

Tints of Dark Khaki #C3C46C

Color information

#C3C46C (or 0xC3C46C) is unknown color: approx Dark Khaki. HEX triplet: C3, C4 and 6C. RGB value is (195,196,108). Sum of RGB (Red+Green+Blue) = 195+196+108=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C46C is #3C3B93. Grayscale: #BABABA. Windows color (decimal): -3947412 or 7128259. OLE color: 7128259.

HSL color Cylindrical-coordinate representation of color #C3C46C: hue angle of 60.68º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3C46C is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB195196108-
CMYK0.0100.450.23
HSL60.68º42.72%59.61%-
HSV(B)60.68º44.9%76.86%-
XYZ44.9552.1621.89-
YUV185.6784.17134.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 108 (42.58% from 255) = 21.64%
R=39.08%
G=39.28%
B=21.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951961080.0100.450.2360.6842.7259.61
HexC3C46C102D173d2b3c
Octal303304154105527755374
Binary110000111100010011011001010110110111111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C46C; }

 p { color: rgb(195,196,108); }

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

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

 a { background-color: rgb(195,196,108); }

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

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

 span { border-color: rgb(195,196,108); }

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