Html Css Color HEX #C2B96D Dark Khaki

📋 copy color: '#C2B96D'

red 194 ◦ green 185 ◦ blue 109

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

Shades of Dark Khaki #C2B96D

Tints of Dark Khaki #C2B96D

RGB

 RED value IS 194 (76.17% from 255) = 39.75%

 GREEN value IS 185 (72.66% from 255) = 37.91%

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

R = 39.75%
G = 37.91%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2B96D (or 0xC2B96D) is known color: Dark Khaki. HEX triplet: C2, B9 and 6D. RGB value is (194,185,109). Sum of RGB (Red+Green+Blue) = 194+185+109=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B96D is #3D4692. Grayscale: #B3B3B3. Windows color (decimal): -4015763 or 7190978. OLE color: 7190978.

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

Color convert

RGB 194 185 109 -
CMYK 0 0.05 0.44 0.24
HSL 53.65º 0.41% 0.59% -
HSV(B) 53.65º 0.44% 0.76% -
XYZ 42.36 47.27 21.36 -
YUV 179.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 194 185 109 0 0.05 0.44 0.24 53.65 0.41 0.59
Hex C2 B9 6D 0 5 2C 18 36 29 3B
Octal 302 271 155 0 5 54 30 66 51 73
Binary 11000010 10111001 1101101 0 101 101100 11000 110110 101001 111011

Color Harmonies of #C2B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B96D

Black with #C2B96D

Text Example


Text Example

White with #C2B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B96D; }

 p { color: rgb(194,185,109); }

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

background-color css

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

 a { background-color: rgb(194,185,109); }

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

border-color css

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

 span { border-color: rgb(194,185,109); }

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