Html Css Color HEX #C1BA71 Dark Khaki

📋 copy color: '#C1BA71'

red 193 ◦ green 186 ◦ blue 113

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

Shades of Dark Khaki #C1BA71

Tints of Dark Khaki #C1BA71

RGB

 RED value IS 193 (75.78% from 255) = 39.23%

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

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

R = 39.23%
G = 37.8%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1BA71 (or 0xC1BA71) is known color: Dark Khaki. HEX triplet: C1, BA and 71. RGB value is (193,186,113). Sum of RGB (Red+Green+Blue) = 193+186+113=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA71 is #3E458E. Grayscale: #B4B4B4. Windows color (decimal): -4081039 or 7453377. OLE color: 7453377.

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

Color convert

RGB 193 186 113 -
CMYK 0 0.04 0.41 0.24
HSL 54.75º 0.39% 0.6% -
HSV(B) 54.75º 0.41% 0.76% -
XYZ 42.53 47.65 22.58 -
YUV 179.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 193 186 113 0 0.04 0.41 0.24 54.75 0.39 0.6
Hex C1 BA 71 0 4 29 18 37 27 3C
Octal 301 272 161 0 4 51 30 67 47 74
Binary 11000001 10111010 1110001 0 100 101001 11000 110111 100111 111100

Color Harmonies of #C1BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA71

Black with #C1BA71

Text Example


Text Example

White with #C1BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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