Html Css Color HEX #C1B372 Dark Khaki

📋 copy color: '#C1B372'

red 193 ◦ green 179 ◦ blue 114

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

Shades of Dark Khaki #C1B372

Tints of Dark Khaki #C1B372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 39.71%
G = 36.83%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1B372 (or 0xC1B372) is known color: Dark Khaki. HEX triplet: C1, B3 and 72. RGB value is (193,179,114). Sum of RGB (Red+Green+Blue) = 193+179+114=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B372 is #3E4C8D. Grayscale: #B0B0B0. Windows color (decimal): -4082830 or 7517121. OLE color: 7517121.

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

Color convert

RGB 193 179 114 -
CMYK 0 0.07 0.41 0.24
HSL 49.37º 0.39% 0.6% -
HSV(B) 49.37º 0.41% 0.76% -
XYZ 41.15 44.79 22.4 -
YUV 175.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 193 179 114 0 0.07 0.41 0.24 49.37 0.39 0.6
Hex C1 B3 72 0 7 29 18 31 27 3C
Octal 301 263 162 0 7 51 30 61 47 74
Binary 11000001 10110011 1110010 0 111 101001 11000 110001 100111 111100

Color Harmonies of #C1B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B372

Black with #C1B372

Text Example


Text Example

White with #C1B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B372; }

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

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

background-color css

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

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

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

border-color css

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

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

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