Html Css Color HEX #C0B664 Dark Khaki

📋 copy color: '#C0B664'

red 192 ◦ green 182 ◦ blue 100

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

Shades of Dark Khaki #C0B664

Tints of Dark Khaki #C0B664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.1%

R = 40.51%
G = 38.4%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0B664 (or 0xC0B664) is known color: Dark Khaki. HEX triplet: C0, B6 and 64. RGB value is (192,182,100). Sum of RGB (Red+Green+Blue) = 192+182+100=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B664 is #3F499B. Grayscale: #AFAFAF. Windows color (decimal): -4147612 or 6600384. OLE color: 6600384.

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

Color convert

RGB 192 182 100 -
CMYK 0 0.05 0.48 0.25
HSL 53.48º 0.42% 0.57% -
HSV(B) 53.48º 0.48% 0.75% -
XYZ 40.77 45.58 18.71 -
YUV 175.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 192 182 100 0 0.05 0.48 0.25 53.48 0.42 0.57
Hex C0 B6 64 0 5 30 19 35 2A 39
Octal 300 266 144 0 5 60 31 65 52 71
Binary 11000000 10110110 1100100 0 101 110000 11001 110101 101010 111001

Color Harmonies of #C0B664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B664

Black with #C0B664

Text Example


Text Example

White with #C0B664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B664; }

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

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

background-color css

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

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

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

border-color css

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

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

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