#C0B472

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

Shades of Dark Khaki #C0B472

Tints of Dark Khaki #C0B472

Color information

#C0B472 (or 0xC0B472) is unknown color: approx Dark Khaki. HEX triplet: C0, B4 and 72. RGB value is (192,180,114). Sum of RGB (Red+Green+Blue) = 192+180+114=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B472 is #3F4B8D. Grayscale: #B0B0B0. Windows color (decimal): -4148110 or 7517376. OLE color: 7517376.

HSL color Cylindrical-coordinate representation of color #C0B472: hue angle of 50.77º 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 #C0B472 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192180114-
CMYK00.060.410.25
HSL50.77º38.24%60%-
HSV(B)50.77º40.62%75.29%-
XYZ41.145.0622.45-
YUV176.0692.98139.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=39.51%
G=37.04%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218011400.060.410.2550.7738.2460
HexC0B47206291933263c
Octal300264162065131634674
Binary11000000101101001110010011010100111001110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B472; }

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

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

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

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

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

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

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

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