Html Css Color HEX #C1B46C Dark Khaki

📋 copy color: '#C1B46C'

red 193 ◦ green 180 ◦ blue 108

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

Shades of Dark Khaki #C1B46C

Tints of Dark Khaki #C1B46C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 40.12%
G = 37.42%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1B46C (or 0xC1B46C) is known color: Dark Khaki. HEX triplet: C1, B4 and 6C. RGB value is (193,180,108). Sum of RGB (Red+Green+Blue) = 193+180+108=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B46C is #3E4B93. Grayscale: #AFAFAF. Windows color (decimal): -4082580 or 7124161. OLE color: 7124161.

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

Color convert

RGB 193 180 108 -
CMYK 0 0.07 0.44 0.24
HSL 50.82º 0.41% 0.59% -
HSV(B) 50.82º 0.44% 0.76% -
XYZ 41.02 45.06 20.72 -
YUV 175.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 193 180 108 0 0.07 0.44 0.24 50.82 0.41 0.59
Hex C1 B4 6C 0 7 2C 18 33 29 3B
Octal 301 264 154 0 7 54 30 63 51 73
Binary 11000001 10110100 1101100 0 111 101100 11000 110011 101001 111011

Color Harmonies of #C1B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B46C

Black with #C1B46C

Text Example


Text Example

White with #C1B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B46C; }

 p { color: rgb(193,180,108); }

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

background-color css

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

 a { background-color: rgb(193,180,108); }

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

border-color css

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

 span { border-color: rgb(193,180,108); }

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