#C3B469

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

Shades of Dark Khaki #C3B469

Tints of Dark Khaki #C3B469

Color information

#C3B469 (or 0xC3B469) is unknown color: approx Dark Khaki. HEX triplet: C3, B4 and 69. RGB value is (195,180,105). Sum of RGB (Red+Green+Blue) = 195+180+105=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B469 is #3C4B96. Grayscale: #B0B0B0. Windows color (decimal): -3951511 or 6927555. OLE color: 6927555.

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

Color convert

RGB195180105-
CMYK00.080.460.24
HSL50º42.86%58.82%-
HSV(B)50º46.15%76.47%-
XYZ41.3845.2619.92-
YUV175.9487.97141.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=40.62%
G=37.5%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518010500.080.460.245042.8658.82
HexC3B469082E18322b3b
Octal3032641510105630625373
Binary110000111011010011010010100010111011000110010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B469; }

 p { color: rgb(195,180,105); }

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

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

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

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

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

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

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