Html Css Color HEX #C1B56F Dark Khaki

📋 copy color: '#C1B56F'

red 193 ◦ green 181 ◦ blue 111

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

Shades of Dark Khaki #C1B56F

Tints of Dark Khaki #C1B56F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.32%

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

R = 39.79%
G = 37.32%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1B56F (or 0xC1B56F) is known color: Dark Khaki. HEX triplet: C1, B5 and 6F. RGB value is (193,181,111). Sum of RGB (Red+Green+Blue) = 193+181+111=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B56F is #3E4A90. Grayscale: #B0B0B0. Windows color (decimal): -4082321 or 7321025. OLE color: 7321025.

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

Color convert

RGB 193 181 111 -
CMYK 0 0.06 0.42 0.24
HSL 51.22º 0.4% 0.6% -
HSV(B) 51.22º 0.42% 0.76% -
XYZ 41.39 45.53 21.65 -
YUV 176.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 193 181 111 0 0.06 0.42 0.24 51.22 0.4 0.6
Hex C1 B5 6F 0 6 2A 18 33 28 3C
Octal 301 265 157 0 6 52 30 63 50 74
Binary 11000001 10110101 1101111 0 110 101010 11000 110011 101000 111100

Color Harmonies of #C1B56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B56F

Black with #C1B56F

Text Example


Text Example

White with #C1B56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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