Html Css Color HEX #C3B36D Dark Khaki

📋 copy color: '#C3B36D'

red 195 ◦ green 179 ◦ blue 109

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

Shades of Dark Khaki #C3B36D

Tints of Dark Khaki #C3B36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.57%

R = 40.37%
G = 37.06%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3B36D (or 0xC3B36D) is known color: Dark Khaki. HEX triplet: C3, B3 and 6D. RGB value is (195,179,109). Sum of RGB (Red+Green+Blue) = 195+179+109=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B36D is #3C4C92. Grayscale: #B0B0B0. Windows color (decimal): -3951763 or 7189443. OLE color: 7189443.

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

Color convert

RGB 195 179 109 -
CMYK 0 0.08 0.44 0.24
HSL 48.84º 0.42% 0.6% -
HSV(B) 48.84º 0.44% 0.76% -
XYZ 41.39 44.95 20.96 -
YUV 175.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 195 179 109 0 0.08 0.44 0.24 48.84 0.42 0.6
Hex C3 B3 6D 0 8 2C 18 31 2A 3C
Octal 303 263 155 0 10 54 30 61 52 74
Binary 11000011 10110011 1101101 0 1000 101100 11000 110001 101010 111100

Color Harmonies of #C3B36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B36D

Black with #C3B36D

Text Example


Text Example

White with #C3B36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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