#C3BD75

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

Shades of Dark Khaki #C3BD75

Tints of Dark Khaki #C3BD75

Color information

#C3BD75 (or 0xC3BD75) is unknown color: approx Dark Khaki. HEX triplet: C3, BD and 75. RGB value is (195,189,117). Sum of RGB (Red+Green+Blue) = 195+189+117=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD75 is #3C428A. Grayscale: #B6B6B6. Windows color (decimal): -3949195 or 7716291. OLE color: 7716291.

HSL color Cylindrical-coordinate representation of color #C3BD75: hue angle of 55.38º 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 #C3BD75 is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB195189117-
CMYK00.030.40.24
HSL55.38º39.39%61.18%-
HSV(B)55.38º40%76.47%-
XYZ43.9149.2824.03-
YUV182.5990.99136.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=38.92%
G=37.72%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518911700.030.40.2455.3839.3961.18
HexC3BD7503281837273d
Octal303275165035030674775
Binary1100001110111101111010101110100011000110111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD75; }

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

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

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

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

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

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

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

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