#C3BD72

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

Shades of Dark Khaki #C3BD72

Tints of Dark Khaki #C3BD72

Color information

#C3BD72 (or 0xC3BD72) is unknown color: approx Dark Khaki. HEX triplet: C3, BD and 72. RGB value is (195,189,114). Sum of RGB (Red+Green+Blue) = 195+189+114=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD72 is #3C428D. Grayscale: #B6B6B6. Windows color (decimal): -3949198 or 7519683. OLE color: 7519683.

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

Color convert

RGB195189114-
CMYK00.030.420.24
HSL55.56º40.3%60.59%-
HSV(B)55.56º41.54%76.47%-
XYZ43.7449.2123.11-
YUV182.2489.49137.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=39.16%
G=37.95%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518911400.030.420.2455.5640.360.59
HexC3BD72032A1838283d
Octal303275162035230705075
Binary1100001110111101111001001110101011000111000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD72; }

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

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

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

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

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

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

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

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