#C3BC75

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

Shades of Dark Khaki #C3BC75

Tints of Dark Khaki #C3BC75

Color information

#C3BC75 (or 0xC3BC75) is unknown color: approx Dark Khaki. HEX triplet: C3, BC and 75. RGB value is (195,188,117). Sum of RGB (Red+Green+Blue) = 195+188+117=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC75 is #3C438A. Grayscale: #B6B6B6. Windows color (decimal): -3949451 or 7716035. OLE color: 7716035.

HSL color Cylindrical-coordinate representation of color #C3BC75: hue angle of 54.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C3BC75 is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB195188117-
CMYK00.040.40.24
HSL54.62º39.39%61.18%-
HSV(B)54.62º40%76.47%-
XYZ43.748.8523.96-
YUV18291.32137.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=39%
G=37.6%
B=23.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518811700.040.40.2454.6239.3961.18
HexC3BC7504281837273d
Octal303274165045030674775
Binary11000011101111001110101010010100011000110111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC75; }

 p { color: rgb(195,188,117); }

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

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

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

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

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

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

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