Html Css Color HEX #C0BA61 Dark Khaki

📋 copy color: '#C0BA61'

red 192 ◦ green 186 ◦ blue 97

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

Shades of Dark Khaki #C0BA61

Tints of Dark Khaki #C0BA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.42%

R = 40.42%
G = 39.16%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0BA61 (or 0xC0BA61) is known color: Dark Khaki. HEX triplet: C0, BA and 61. RGB value is (192,186,97). Sum of RGB (Red+Green+Blue) = 192+186+97=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA61 is #3F459E. Grayscale: #B2B2B2. Windows color (decimal): -4146591 or 6404800. OLE color: 6404800.

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

Color convert

RGB 192 186 97 -
CMYK 0 0.03 0.49 0.25
HSL 56.21º 0.43% 0.57% -
HSV(B) 56.21º 0.49% 0.75% -
XYZ 41.45 47.19 18.23 -
YUV 177.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 192 186 97 0 0.03 0.49 0.25 56.21 0.43 0.57
Hex C0 BA 61 0 3 31 19 38 2B 39
Octal 300 272 141 0 3 61 31 70 53 71
Binary 11000000 10111010 1100001 0 11 110001 11001 111000 101011 111001

Color Harmonies of #C0BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA61

Black with #C0BA61

Text Example


Text Example

White with #C0BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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