Html Css Color HEX #C0BA71 Dark Khaki

📋 copy color: '#C0BA71'

red 192 ◦ green 186 ◦ blue 113

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

Shades of Dark Khaki #C0BA71

Tints of Dark Khaki #C0BA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.01%

R = 39.1%
G = 37.88%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0BA71 (or 0xC0BA71) is known color: Dark Khaki. HEX triplet: C0, BA and 71. RGB value is (192,186,113). Sum of RGB (Red+Green+Blue) = 192+186+113=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA71 is #3F458E. Grayscale: #B3B3B3. Windows color (decimal): -4146575 or 7453376. OLE color: 7453376.

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

Color convert

RGB 192 186 113 -
CMYK 0 0.03 0.41 0.25
HSL 55.44º 0.39% 0.6% -
HSV(B) 55.44º 0.41% 0.75% -
XYZ 42.28 47.52 22.57 -
YUV 179.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 192 186 113 0 0.03 0.41 0.25 55.44 0.39 0.6
Hex C0 BA 71 0 3 29 19 37 27 3C
Octal 300 272 161 0 3 51 31 67 47 74
Binary 11000000 10111010 1110001 0 11 101001 11001 110111 100111 111100

Color Harmonies of #C0BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA71

Black with #C0BA71

Text Example


Text Example

White with #C0BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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