Html Css Color HEX #C0B966 Dark Khaki

📋 copy color: '#C0B966'

red 192 ◦ green 185 ◦ blue 102

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

Shades of Dark Khaki #C0B966

Tints of Dark Khaki #C0B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.62%

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 40.08%
G = 38.62%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0B966 (or 0xC0B966) is known color: Dark Khaki. HEX triplet: C0, B9 and 66. RGB value is (192,185,102). Sum of RGB (Red+Green+Blue) = 192+185+102=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B966 is #3F4699. Grayscale: #B1B1B1. Windows color (decimal): -4146842 or 6732224. OLE color: 6732224.

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

Color convert

RGB 192 185 102 -
CMYK 0 0.04 0.47 0.25
HSL 55.33º 0.42% 0.58% -
HSV(B) 55.33º 0.47% 0.75% -
XYZ 41.49 46.86 19.43 -
YUV 177.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 192 185 102 0 0.04 0.47 0.25 55.33 0.42 0.58
Hex C0 B9 66 0 4 2F 19 37 2A 3A
Octal 300 271 146 0 4 57 31 67 52 72
Binary 11000000 10111001 1100110 0 100 101111 11001 110111 101010 111010

Color Harmonies of #C0B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B966

Black with #C0B966

Text Example


Text Example

White with #C0B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B966; }

 p { color: rgb(192,185,102); }

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

background-color css

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

 a { background-color: rgb(192,185,102); }

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

border-color css

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

 span { border-color: rgb(192,185,102); }

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