Html Css Color HEX #C0B868 Dark Khaki

📋 copy color: '#C0B868'

red 192 ◦ green 184 ◦ blue 104

#C0B868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C0B868

Tints of Dark Khaki #C0B868

RGB

 RED value IS 192 (75.39% from 255) = 40%

 GREEN value IS 184 (72.27% from 255) = 38.33%

 BLUE value IS 104 (41.02% from 255) = 21.67%

R = 40%
G = 38.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C0B868 (or 0xC0B868) is known color: Dark Khaki. HEX triplet: C0, B8 and 68. RGB value is (192,184,104). Sum of RGB (Red+Green+Blue) = 192+184+104=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B868 is #3F4797. Grayscale: #B1B1B1. Windows color (decimal): -4147096 or 6863040. OLE color: 6863040.

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

Color convert

RGB 192 184 104 -
CMYK 0 0.04 0.46 0.25
HSL 54.55º 0.41% 0.58% -
HSV(B) 54.55º 0.46% 0.75% -
XYZ 41.38 46.49 19.89 -
YUV 177.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 192 184 104 0 0.04 0.46 0.25 54.55 0.41 0.58
Hex C0 B8 68 0 4 2E 19 37 29 3A
Octal 300 270 150 0 4 56 31 67 51 72
Binary 11000000 10111000 1101000 0 100 101110 11001 110111 101001 111010

Color Harmonies of #C0B868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B868

Black with #C0B868

Text Example


Text Example

White with #C0B868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B868; }

 p { color: rgb(192,184,104); }

 H1.HeaderClassName
 {
   color: #C0B868;
 }
 .AnyTagClassName
 {
   color: #C0B868;
 }
</style>

background-color css

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

 a { background-color: rgb(192,184,104); }

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

border-color css

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

 span { border-color: rgb(192,184,104); }

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