#c3c370

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

Shades of Dark Khaki #C3C370

Tints of Dark Khaki #C3C370

Color information

#C3C370 (or 0xC3C370) is unknown color: approx Dark Khaki. HEX triplet: C3, C3 and 70. RGB value is (195,195,112). Sum of RGB (Red+Green+Blue) = 195+195+112=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C370 is #3C3C8F. Grayscale: #B9B9B9. Windows color (decimal): -3947664 or 7390147. OLE color: 7390147.

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

Color convert

RGB195195112-
CMYK000.430.24
HSL60º40.89%60.2%-
HSV(B)60º42.56%76.47%-
XYZ44.9551.822.96-
YUV185.5486.5134.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 195 (76.56% from 255) = 38.84%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=38.84%
G=38.84%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195195112000.430.246040.8960.2
HexC3C370002B183c293c
Octal303303160005330745174
Binary110000111100001111100000010101111000111100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3c370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3c370; }

 p { color: rgb(195,195,112); }

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

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

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

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

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

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

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