#C0BF72

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

Shades of Dark Khaki #C0BF72

Tints of Dark Khaki #C0BF72

Color information

#C0BF72 (or 0xC0BF72) is unknown color: approx Dark Khaki. HEX triplet: C0, BF and 72. RGB value is (192,191,114). Sum of RGB (Red+Green+Blue) = 192+191+114=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF72 is #3F408D. Grayscale: #B6B6B6. Windows color (decimal): -4145294 or 7520192. OLE color: 7520192.

HSL color Cylindrical-coordinate representation of color #C0BF72: hue angle of 59.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0BF72 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192191114-
CMYK00.010.410.25
HSL59.23º38.24%60%-
HSV(B)59.23º40.62%75.29%-
XYZ43.4149.6823.22-
YUV182.5289.33134.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=38.63%
G=38.43%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219111400.010.410.2559.2338.2460
HexC0BF720129193b263c
Octal300277162015131734674
Binary110000001011111111100100110100111001111011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF72; }

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

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

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

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

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

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

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

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