Html Css Color HEX #C1B36F Dark Khaki

📋 copy color: '#C1B36F'

red 193 ◦ green 179 ◦ blue 111

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

Shades of Dark Khaki #C1B36F

Tints of Dark Khaki #C1B36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

 BLUE value IS 111 (43.75% from 255) = 22.98%

R = 39.96%
G = 37.06%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1B36F (or 0xC1B36F) is known color: Dark Khaki. HEX triplet: C1, B3 and 6F. RGB value is (193,179,111). Sum of RGB (Red+Green+Blue) = 193+179+111=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B36F is #3E4C90. Grayscale: #AFAFAF. Windows color (decimal): -4082833 or 7320513. OLE color: 7320513.

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

Color convert

RGB 193 179 111 -
CMYK 0 0.07 0.42 0.24
HSL 49.76º 0.4% 0.6% -
HSV(B) 49.76º 0.42% 0.76% -
XYZ 40.98 44.73 21.51 -
YUV 175.43 91.64 140.53 -
System Red Green Blue C M Y K H S L
Decimal 193 179 111 0 0.07 0.42 0.24 49.76 0.4 0.6
Hex C1 B3 6F 0 7 2A 18 32 28 3C
Octal 301 263 157 0 7 52 30 62 50 74
Binary 11000001 10110011 1101111 0 111 101010 11000 110010 101000 111100

Color Harmonies of #C1B36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B36F

Black with #C1B36F

Text Example


Text Example

White with #C1B36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B36F; }

 p { color: rgb(193,179,111); }

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

background-color css

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

 a { background-color: rgb(193,179,111); }

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

border-color css

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

 span { border-color: rgb(193,179,111); }

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