Html Css Color HEX #C0BA68 Dark Khaki

📋 copy color: '#C0BA68'

red 192 ◦ green 186 ◦ blue 104

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

Shades of Dark Khaki #C0BA68

Tints of Dark Khaki #C0BA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 39.83%
G = 38.59%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C0BA68 (or 0xC0BA68) is known color: Dark Khaki. HEX triplet: C0, BA and 68. RGB value is (192,186,104). Sum of RGB (Red+Green+Blue) = 192+186+104=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA68 is #3F4597. Grayscale: #B2B2B2. Windows color (decimal): -4146584 or 6863552. OLE color: 6863552.

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

Color convert

RGB 192 186 104 -
CMYK 0 0.03 0.46 0.25
HSL 55.91º 0.41% 0.58% -
HSV(B) 55.91º 0.46% 0.75% -
XYZ 41.8 47.32 20.03 -
YUV 178.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 192 186 104 0 0.03 0.46 0.25 55.91 0.41 0.58
Hex C0 BA 68 0 3 2E 19 38 29 3A
Octal 300 272 150 0 3 56 31 70 51 72
Binary 11000000 10111010 1101000 0 11 101110 11001 111000 101001 111010

Color Harmonies of #C0BA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA68

Black with #C0BA68

Text Example


Text Example

White with #C0BA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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