Html Css Color HEX #C1B563 Dark Khaki

📋 copy color: '#C1B563'

red 193 ◦ green 181 ◦ blue 99

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

Shades of Dark Khaki #C1B563

Tints of Dark Khaki #C1B563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.93%

R = 40.8%
G = 38.27%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1B563 (or 0xC1B563) is known color: Dark Khaki. HEX triplet: C1, B5 and 63. RGB value is (193,181,99). Sum of RGB (Red+Green+Blue) = 193+181+99=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B563 is #3E4A9C. Grayscale: #AFAFAF. Windows color (decimal): -4082333 or 6534593. OLE color: 6534593.

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

Color convert

RGB 193 181 99 -
CMYK 0 0.06 0.49 0.24
HSL 52.34º 0.43% 0.57% -
HSV(B) 52.34º 0.49% 0.76% -
XYZ 40.77 45.29 18.4 -
YUV 175.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 193 181 99 0 0.06 0.49 0.24 52.34 0.43 0.57
Hex C1 B5 63 0 6 31 18 34 2B 39
Octal 301 265 143 0 6 61 30 64 53 71
Binary 11000001 10110101 1100011 0 110 110001 11000 110100 101011 111001

Color Harmonies of #C1B563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B563

Black with #C1B563

Text Example


Text Example

White with #C1B563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B563; }

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

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

background-color css

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

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

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

border-color css

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

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

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