Html Css Color HEX #C1BA72 Dark Khaki

📋 copy color: '#C1BA72'

red 193 ◦ green 186 ◦ blue 114

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

Shades of Dark Khaki #C1BA72

Tints of Dark Khaki #C1BA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.12%

R = 39.15%
G = 37.73%
B = 23.12%

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

#C1BA72 (or 0xC1BA72) is known color: Dark Khaki. HEX triplet: C1, BA and 72. RGB value is (193,186,114). Sum of RGB (Red+Green+Blue) = 193+186+114=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA72 is #3E458D. Grayscale: #B4B4B4. Windows color (decimal): -4081038 or 7518913. OLE color: 7518913.

HSL color Cylindrical-coordinate representation of color #C1BA72: hue angle of 54.68º 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 #C1BA72 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 186 114 -
CMYK 0 0.04 0.41 0.24
HSL 54.68º 0.39% 0.6% -
HSV(B) 54.68º 0.41% 0.76% -
XYZ 42.59 47.67 22.88 -
YUV 179.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 193 186 114 0 0.04 0.41 0.24 54.68 0.39 0.6
Hex C1 BA 72 0 4 29 18 37 27 3C
Octal 301 272 162 0 4 51 30 67 47 74
Binary 11000001 10111010 1110010 0 100 101001 11000 110111 100111 111100

Color Harmonies of #C1BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA72

Black with #C1BA72

Text Example


Text Example

White with #C1BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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