Html Css Color HEX #C0B666 Dark Khaki

📋 copy color: '#C0B666'

red 192 ◦ green 182 ◦ blue 102

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

Shades of Dark Khaki #C0B666

Tints of Dark Khaki #C0B666

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.24%

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

R = 40.34%
G = 38.24%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0B666 (or 0xC0B666) is known color: Dark Khaki. HEX triplet: C0, B6 and 66. RGB value is (192,182,102). Sum of RGB (Red+Green+Blue) = 192+182+102=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B666 is #3F4999. Grayscale: #B0B0B0. Windows color (decimal): -4147610 or 6731456. OLE color: 6731456.

HSL color Cylindrical-coordinate representation of color #C0B666: hue angle of 53.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 #C0B666 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 182 102 -
CMYK 0 0.05 0.47 0.25
HSL 53.33º 0.42% 0.58% -
HSV(B) 53.33º 0.47% 0.75% -
XYZ 40.86 45.62 19.22 -
YUV 175.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 192 182 102 0 0.05 0.47 0.25 53.33 0.42 0.58
Hex C0 B6 66 0 5 2F 19 35 2A 3A
Octal 300 266 146 0 5 57 31 65 52 72
Binary 11000000 10110110 1100110 0 101 101111 11001 110101 101010 111010

Color Harmonies of #C0B666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B666

Black with #C0B666

Text Example


Text Example

White with #C0B666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B666; }

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

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

background-color css

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

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

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

border-color css

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

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

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