#C3B268

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

Shades of Dark Khaki #C3B268

Tints of Dark Khaki #C3B268

Color information

#C3B268 (or 0xC3B268) is unknown color: approx Dark Khaki. HEX triplet: C3, B2 and 68. RGB value is (195,178,104). Sum of RGB (Red+Green+Blue) = 195+178+104=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B268 is #3C4D97. Grayscale: #AEAEAE. Windows color (decimal): -3952024 or 6861507. OLE color: 6861507.

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

Color convert

RGB195178104-
CMYK00.090.470.24
HSL48.79º43.13%58.63%-
HSV(B)48.79º46.67%76.47%-
XYZ40.9244.4419.52-
YUV174.6588.13142.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=40.88%
G=37.32%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517810400.090.470.2448.7943.1358.63
HexC3B268092F18312b3b
Octal3032621500115730615373
Binary110000111011001011010000100110111111000110001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B268; }

 p { color: rgb(195,178,104); }

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

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

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

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

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

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

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