Html Css Color HEX #C0BA60 Dark Khaki

📋 copy color: '#C0BA60'

red 192 ◦ green 186 ◦ blue 96

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

Shades of Dark Khaki #C0BA60

Tints of Dark Khaki #C0BA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.25%

R = 40.51%
G = 39.24%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0BA60 (or 0xC0BA60) is known color: Dark Khaki. HEX triplet: C0, BA and 60. RGB value is (192,186,96). Sum of RGB (Red+Green+Blue) = 192+186+96=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA60 is #3F459F. Grayscale: #B1B1B1. Windows color (decimal): -4146592 or 6339264. OLE color: 6339264.

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

Color convert

RGB 192 186 96 -
CMYK 0 0.03 0.50 0.25
HSL 56.25º 0.43% 0.56% -
HSV(B) 56.25º 0.5% 0.75% -
XYZ 41.41 47.17 17.99 -
YUV 177.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 192 186 96 0 0.03 0.50 0.25 56.25 0.43 0.56
Hex C0 BA 60 0 3 32 19 38 2B 38
Octal 300 272 140 0 3 62 31 70 53 70
Binary 11000000 10111010 1100000 0 11 110010 11001 111000 101011 111000

Color Harmonies of #C0BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA60

Black with #C0BA60

Text Example


Text Example

White with #C0BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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