Html Css Color HEX #C1B873 Dark Khaki

📋 copy color: '#C1B873'

red 193 ◦ green 184 ◦ blue 115

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

Shades of Dark Khaki #C1B873

Tints of Dark Khaki #C1B873

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.4%

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 39.23%
G = 37.4%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C1B873 (or 0xC1B873) is known color: Dark Khaki. HEX triplet: C1, B8 and 73. RGB value is (193,184,115). Sum of RGB (Red+Green+Blue) = 193+184+115=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B873 is #3E478C. Grayscale: #B3B3B3. Windows color (decimal): -4081549 or 7583937. OLE color: 7583937.

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

Color convert

RGB 193 184 115 -
CMYK 0 0.05 0.40 0.24
HSL 53.08º 0.39% 0.6% -
HSV(B) 53.08º 0.4% 0.76% -
XYZ 42.23 46.86 23.04 -
YUV 178.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 193 184 115 0 0.05 0.40 0.24 53.08 0.39 0.6
Hex C1 B8 73 0 5 28 18 35 27 3C
Octal 301 270 163 0 5 50 30 65 47 74
Binary 11000001 10111000 1110011 0 101 101000 11000 110101 100111 111100

Color Harmonies of #C1B873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B873

Black with #C1B873

Text Example


Text Example

White with #C1B873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B873; }

 p { color: rgb(193,184,115); }

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

background-color css

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

 a { background-color: rgb(193,184,115); }

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

border-color css

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

 span { border-color: rgb(193,184,115); }

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