#C8BC67

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

Shades of Dark Khaki #C8BC67

Tints of Dark Khaki #C8BC67

Color information

#C8BC67 (or 0xC8BC67) is unknown color: approx Dark Khaki. HEX triplet: C8, BC and 67. RGB value is (200,188,103). Sum of RGB (Red+Green+Blue) = 200+188+103=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC67 is #374398. Grayscale: #B6B6B6. Windows color (decimal): -3621785 or 6798536. OLE color: 6798536.

HSL color Cylindrical-coordinate representation of color #C8BC67: hue angle of 52.58º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8BC67 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB200188103-
CMYK00.060.480.22
HSL52.58º46.86%59.41%-
HSV(B)52.58º48.5%78.43%-
XYZ44.2549.2320-
YUV181.983.48140.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=40.73%
G=38.29%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018810300.060.480.2252.5846.8659.41
HexC8BC67063016352f3b
Octal310274147066026655773
Binary11001000101111001100111011011000010110110101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC67; }

 p { color: rgb(200,188,103); }

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

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

 a { background-color: rgb(200,188,103); }

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

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

 span { border-color: rgb(200,188,103); }

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