#C3C266

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

Shades of Dark Khaki #C3C266

Tints of Dark Khaki #C3C266

Color information

#C3C266 (or 0xC3C266) is unknown color: approx Dark Khaki. HEX triplet: C3, C2 and 66. RGB value is (195,194,102). Sum of RGB (Red+Green+Blue) = 195+194+102=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C266 is #3C3D99. Grayscale: #B8B8B8. Windows color (decimal): -3947930 or 6734531. OLE color: 6734531.

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

Color convert

RGB195194102-
CMYK00.010.480.24
HSL59.35º43.66%58.24%-
HSV(B)59.35º47.69%76.47%-
XYZ44.251.1420.11-
YUV183.8181.83135.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 194 (76.17% from 255) = 39.51%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=39.71%
G=39.51%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519410200.010.480.2459.3543.6658.24
HexC3C2660130183b2c3a
Octal303302146016030735472
Binary110000111100001011001100111000011000111011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C266; }

 p { color: rgb(195,194,102); }

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

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

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

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

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

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

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