Html Css Color HEX #C0BA6B Dark Khaki

📋 copy color: '#C0BA6B'

red 192 ◦ green 186 ◦ blue 107

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

Shades of Dark Khaki #C0BA6B

Tints of Dark Khaki #C0BA6B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 107 (42.19% from 255) = 22.06%

R = 39.59%
G = 38.35%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0BA6B (or 0xC0BA6B) is known color: Dark Khaki. HEX triplet: C0, BA and 6B. RGB value is (192,186,107). Sum of RGB (Red+Green+Blue) = 192+186+107=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA6B is #3F4594. Grayscale: #B3B3B3. Windows color (decimal): -4146581 or 7060160. OLE color: 7060160.

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

Color convert

RGB 192 186 107 -
CMYK 0 0.03 0.44 0.25
HSL 55.76º 0.4% 0.59% -
HSV(B) 55.76º 0.44% 0.75% -
XYZ 41.95 47.39 20.85 -
YUV 178.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 192 186 107 0 0.03 0.44 0.25 55.76 0.4 0.59
Hex C0 BA 6B 0 3 2C 19 38 28 3B
Octal 300 272 153 0 3 54 31 70 50 73
Binary 11000000 10111010 1101011 0 11 101100 11001 111000 101000 111011

Color Harmonies of #C0BA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA6B

Black with #C0BA6B

Text Example


Text Example

White with #C0BA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA6B; }

 p { color: rgb(192,186,107); }

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

background-color css

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

 a { background-color: rgb(192,186,107); }

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

border-color css

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

 span { border-color: rgb(192,186,107); }

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