Html Css Color HEX #C0BA76 Dark Khaki

📋 copy color: '#C0BA76'

red 192 ◦ green 186 ◦ blue 118

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

Shades of Dark Khaki #C0BA76

Tints of Dark Khaki #C0BA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.79%

R = 38.71%
G = 37.5%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0BA76 (or 0xC0BA76) is known color: Dark Khaki. HEX triplet: C0, BA and 76. RGB value is (192,186,118). Sum of RGB (Red+Green+Blue) = 192+186+118=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA76 is #3F4589. Grayscale: #B4B4B4. Windows color (decimal): -4146570 or 7781056. OLE color: 7781056.

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

Color convert

RGB 192 186 118 -
CMYK 0 0.03 0.39 0.25
HSL 55.14º 0.37% 0.61% -
HSV(B) 55.14º 0.39% 0.75% -
XYZ 42.57 47.63 24.09 -
YUV 180.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 192 186 118 0 0.03 0.39 0.25 55.14 0.37 0.61
Hex C0 BA 76 0 3 27 19 37 25 3D
Octal 300 272 166 0 3 47 31 67 45 75
Binary 11000000 10111010 1110110 0 11 100111 11001 110111 100101 111101

Color Harmonies of #C0BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA76

Black with #C0BA76

Text Example


Text Example

White with #C0BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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