#C7BF72

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

Shades of Dark Khaki #C7BF72

Tints of Dark Khaki #C7BF72

Color information

#C7BF72 (or 0xC7BF72) is unknown color: approx Dark Khaki. HEX triplet: C7, BF and 72. RGB value is (199,191,114). Sum of RGB (Red+Green+Blue) = 199+191+114=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF72 is #38408D. Grayscale: #B8B8B8. Windows color (decimal): -3686542 or 7520199. OLE color: 7520199.

HSL color Cylindrical-coordinate representation of color #C7BF72: hue angle of 54.35º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7BF72 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB199191114-
CMYK00.040.430.22
HSL54.35º43.15%61.37%-
HSV(B)54.35º42.71%78.04%-
XYZ45.2250.6223.31-
YUV184.6188.15138.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 114 (44.92% from 255) = 22.62%
R=39.48%
G=37.90%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919111400.040.430.2254.3543.1561.37
HexC7BF72042B16362b3d
Octal307277162045326665375
Binary11000111101111111110010010010101110110110110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF72; }

 p { color: rgb(199,191,114); }

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

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

 a { background-color: rgb(199,191,114); }

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

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

 span { border-color: rgb(199,191,114); }

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