Html Css Color HEX #C4B371 Dark Khaki

📋 copy color: '#C4B371'

red 196 ◦ green 179 ◦ blue 113

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

Shades of Dark Khaki #C4B371

Tints of Dark Khaki #C4B371

RGB

 RED value IS 196 (76.95% from 255) = 40.16%

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

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 40.16%
G = 36.68%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4B371 (or 0xC4B371) is known color: Dark Khaki. HEX triplet: C4, B3 and 71. RGB value is (196,179,113). Sum of RGB (Red+Green+Blue) = 196+179+113=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B371 is #3B4C8E. Grayscale: #B0B0B0. Windows color (decimal): -3886223 or 7451588. OLE color: 7451588.

HSL color Cylindrical-coordinate representation of color #C4B371: hue angle of 47.71º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4B371 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 113 -
CMYK 0 0.09 0.42 0.23
HSL 47.71º 0.41% 0.61% -
HSV(B) 47.71º 0.42% 0.77% -
XYZ 41.87 45.17 22.13 -
YUV 176.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 196 179 113 0 0.09 0.42 0.23 47.71 0.41 0.61
Hex C4 B3 71 0 9 2A 17 30 29 3D
Octal 304 263 161 0 11 52 27 60 51 75
Binary 11000100 10110011 1110001 0 1001 101010 10111 110000 101001 111101

Color Harmonies of #C4B371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B371

Black with #C4B371

Text Example


Text Example

White with #C4B371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B371; }

 p { color: rgb(196,179,113); }

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

background-color css

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

 a { background-color: rgb(196,179,113); }

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

border-color css

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

 span { border-color: rgb(196,179,113); }

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