Html Css Color HEX #C3B371 Dark Khaki

📋 copy color: '#C3B371'

red 195 ◦ green 179 ◦ blue 113

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

Shades of Dark Khaki #C3B371

Tints of Dark Khaki #C3B371

RGB

 RED value IS 195 (76.56% from 255) = 40.04%

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

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

R = 40.04%
G = 36.76%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C3B371 (or 0xC3B371) is known color: Dark Khaki. HEX triplet: C3, B3 and 71. RGB value is (195,179,113). Sum of RGB (Red+Green+Blue) = 195+179+113=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B371 is #3C4C8E. Grayscale: #B0B0B0. Windows color (decimal): -3951759 or 7451587. OLE color: 7451587.

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

Color convert

RGB 195 179 113 -
CMYK 0 0.08 0.42 0.24
HSL 48.29º 0.41% 0.6% -
HSV(B) 48.29º 0.42% 0.76% -
XYZ 41.61 45.03 22.12 -
YUV 176.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 195 179 113 0 0.08 0.42 0.24 48.29 0.41 0.6
Hex C3 B3 71 0 8 2A 18 30 29 3C
Octal 303 263 161 0 10 52 30 60 51 74
Binary 11000011 10110011 1110001 0 1000 101010 11000 110000 101001 111100

Color Harmonies of #C3B371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B371

Black with #C3B371

Text Example


Text Example

White with #C3B371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B371; }

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

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

background-color css

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

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

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

border-color css

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

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

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