#C8BD72

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

Shades of Dark Khaki #C8BD72

Tints of Dark Khaki #C8BD72

Color information

#C8BD72 (or 0xC8BD72) is unknown color: approx Dark Khaki. HEX triplet: C8, BD and 72. RGB value is (200,189,114). Sum of RGB (Red+Green+Blue) = 200+189+114=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD72 is #37428D. Grayscale: #B8B8B8. Windows color (decimal): -3621518 or 7519688. OLE color: 7519688.

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

Color convert

RGB200189114-
CMYK00.060.430.22
HSL52.33º43.88%61.57%-
HSV(B)52.33º43%78.43%-
XYZ45.0549.8923.17-
YUV183.7488.64139.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=39.76%
G=37.57%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018911400.060.430.2252.3343.8861.57
HexC8BD72062B16342c3e
Octal310275162065326645476
Binary11001000101111011110010011010101110110110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD72; }

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

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

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

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

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

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

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

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