Html Css Color HEX #C0BA64 Dark Khaki

📋 copy color: '#C0BA64'

red 192 ◦ green 186 ◦ blue 100

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

Shades of Dark Khaki #C0BA64

Tints of Dark Khaki #C0BA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 40.17%
G = 38.91%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0BA64 (or 0xC0BA64) is known color: Dark Khaki. HEX triplet: C0, BA and 64. RGB value is (192,186,100). Sum of RGB (Red+Green+Blue) = 192+186+100=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA64 is #3F459B. Grayscale: #B2B2B2. Windows color (decimal): -4146588 or 6601408. OLE color: 6601408.

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

Color convert

RGB 192 186 100 -
CMYK 0 0.03 0.48 0.25
HSL 56.09º 0.42% 0.57% -
HSV(B) 56.09º 0.48% 0.75% -
XYZ 41.6 47.24 18.98 -
YUV 177.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 192 186 100 0 0.03 0.48 0.25 56.09 0.42 0.57
Hex C0 BA 64 0 3 30 19 38 2A 39
Octal 300 272 144 0 3 60 31 70 52 71
Binary 11000000 10111010 1100100 0 11 110000 11001 111000 101010 111001

Color Harmonies of #C0BA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA64

Black with #C0BA64

Text Example


Text Example

White with #C0BA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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