Html Css Color HEX #C0B66D Dark Khaki

📋 copy color: '#C0B66D'

red 192 ◦ green 182 ◦ blue 109

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

Shades of Dark Khaki #C0B66D

Tints of Dark Khaki #C0B66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.57%

R = 39.75%
G = 37.68%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0B66D (or 0xC0B66D) is known color: Dark Khaki. HEX triplet: C0, B6 and 6D. RGB value is (192,182,109). Sum of RGB (Red+Green+Blue) = 192+182+109=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B66D is #3F4992. Grayscale: #B0B0B0. Windows color (decimal): -4147603 or 7190208. OLE color: 7190208.

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

Color convert

RGB 192 182 109 -
CMYK 0 0.05 0.43 0.25
HSL 52.77º 0.4% 0.59% -
HSV(B) 52.77º 0.43% 0.75% -
XYZ 41.23 45.77 21.13 -
YUV 176.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 192 182 109 0 0.05 0.43 0.25 52.77 0.4 0.59
Hex C0 B6 6D 0 5 2B 19 35 28 3B
Octal 300 266 155 0 5 53 31 65 50 73
Binary 11000000 10110110 1101101 0 101 101011 11001 110101 101000 111011

Color Harmonies of #C0B66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B66D

Black with #C0B66D

Text Example


Text Example

White with #C0B66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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