Html Css Color HEX #C0BA73 Dark Khaki

📋 copy color: '#C0BA73'

red 192 ◦ green 186 ◦ blue 115

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

Shades of Dark Khaki #C0BA73

Tints of Dark Khaki #C0BA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.33%

R = 38.95%
G = 37.73%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0BA73 (or 0xC0BA73) is known color: Dark Khaki. HEX triplet: C0, BA and 73. RGB value is (192,186,115). Sum of RGB (Red+Green+Blue) = 192+186+115=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA73 is #3F458C. Grayscale: #B3B3B3. Windows color (decimal): -4146573 or 7584448. OLE color: 7584448.

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

Color convert

RGB 192 186 115 -
CMYK 0 0.03 0.40 0.25
HSL 55.32º 0.38% 0.6% -
HSV(B) 55.32º 0.4% 0.75% -
XYZ 42.39 47.56 23.17 -
YUV 179.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 192 186 115 0 0.03 0.40 0.25 55.32 0.38 0.6
Hex C0 BA 73 0 3 28 19 37 26 3C
Octal 300 272 163 0 3 50 31 67 46 74
Binary 11000000 10111010 1110011 0 11 101000 11001 110111 100110 111100

Color Harmonies of #C0BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA73

Black with #C0BA73

Text Example


Text Example

White with #C0BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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