#C3C06C

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

Shades of Dark Khaki #C3C06C

Tints of Dark Khaki #C3C06C

Color information

#C3C06C (or 0xC3C06C) is unknown color: approx Dark Khaki. HEX triplet: C3, C0 and 6C. RGB value is (195,192,108). Sum of RGB (Red+Green+Blue) = 195+192+108=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C06C is #3C3F93. Grayscale: #B7B7B7. Windows color (decimal): -3948436 or 7127235. OLE color: 7127235.

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

Color convert

RGB195192108-
CMYK00.020.450.24
HSL57.93º42.03%59.41%-
HSV(B)57.93º44.62%76.47%-
XYZ44.0650.3821.59-
YUV183.3285.49136.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=39.39%
G=38.79%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519210800.020.450.2457.9342.0359.41
HexC3C06C022D183a2a3b
Octal303300154025530725273
Binary1100001111000000110110001010110111000111010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C06C; }

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

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

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

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

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

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

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

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