Html Css Color HEX #C0BA62 Dark Khaki

📋 copy color: '#C0BA62'

red 192 ◦ green 186 ◦ blue 98

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

Shades of Dark Khaki #C0BA62

Tints of Dark Khaki #C0BA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.59%

R = 40.34%
G = 39.08%
B = 20.59%

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

#C0BA62 (or 0xC0BA62) is known color: Dark Khaki. HEX triplet: C0, BA and 62. RGB value is (192,186,98). Sum of RGB (Red+Green+Blue) = 192+186+98=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA62 is #3F459D. Grayscale: #B2B2B2. Windows color (decimal): -4146590 or 6470336. OLE color: 6470336.

HSL color Cylindrical-coordinate representation of color #C0BA62: hue angle of 56.17º 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 #C0BA62 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 98 -
CMYK 0 0.03 0.49 0.25
HSL 56.17º 0.43% 0.57% -
HSV(B) 56.17º 0.49% 0.75% -
XYZ 41.5 47.21 18.48 -
YUV 177.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 192 186 98 0 0.03 0.49 0.25 56.17 0.43 0.57
Hex C0 BA 62 0 3 31 19 38 2B 39
Octal 300 272 142 0 3 61 31 70 53 71
Binary 11000000 10111010 1100010 0 11 110001 11001 111000 101011 111001

Color Harmonies of #C0BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA62

Black with #C0BA62

Text Example


Text Example

White with #C0BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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