Html Css Color HEX #C1B16E Dark Khaki

📋 copy color: '#C1B16E'

red 193 ◦ green 177 ◦ blue 110

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

Shades of Dark Khaki #C1B16E

Tints of Dark Khaki #C1B16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.88%

 BLUE value IS 110 (43.36% from 255) = 22.92%

R = 40.21%
G = 36.88%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1B16E (or 0xC1B16E) is known color: Dark Khaki. HEX triplet: C1, B1 and 6E. RGB value is (193,177,110). Sum of RGB (Red+Green+Blue) = 193+177+110=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B16E is #3E4E91. Grayscale: #AEAEAE. Windows color (decimal): -4083346 or 7254465. OLE color: 7254465.

HSL color Cylindrical-coordinate representation of color #C1B16E: hue angle of 48.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1B16E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 177 110 -
CMYK 0 0.08 0.43 0.24
HSL 48.43º 0.4% 0.59% -
HSV(B) 48.43º 0.43% 0.76% -
XYZ 40.53 43.91 21.09 -
YUV 174.15 91.8 141.45 -
System Red Green Blue C M Y K H S L
Decimal 193 177 110 0 0.08 0.43 0.24 48.43 0.4 0.59
Hex C1 B1 6E 0 8 2B 18 30 28 3B
Octal 301 261 156 0 10 53 30 60 50 73
Binary 11000001 10110001 1101110 0 1000 101011 11000 110000 101000 111011

Color Harmonies of #C1B16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B16E

Black with #C1B16E

Text Example


Text Example

White with #C1B16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B16E; }

 p { color: rgb(193,177,110); }

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

background-color css

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

 a { background-color: rgb(193,177,110); }

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

border-color css

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

 span { border-color: rgb(193,177,110); }

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