Html Css Color HEX #C2B96C Dark Khaki

📋 copy color: '#C2B96C'

red 194 ◦ green 185 ◦ blue 108

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

Shades of Dark Khaki #C2B96C

Tints of Dark Khaki #C2B96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 39.84%
G = 37.99%
B = 22.18%

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

#C2B96C (or 0xC2B96C) is known color: Dark Khaki. HEX triplet: C2, B9 and 6C. RGB value is (194,185,108). Sum of RGB (Red+Green+Blue) = 194+185+108=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B96C is #3D4693. Grayscale: #B3B3B3. Windows color (decimal): -4015764 or 7125442. OLE color: 7125442.

HSL color Cylindrical-coordinate representation of color #C2B96C: hue angle of 53.72º 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 #C2B96C is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 108 -
CMYK 0 0.05 0.44 0.24
HSL 53.72º 0.41% 0.59% -
HSV(B) 53.72º 0.44% 0.76% -
XYZ 42.3 47.25 21.08 -
YUV 178.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 194 185 108 0 0.05 0.44 0.24 53.72 0.41 0.59
Hex C2 B9 6C 0 5 2C 18 36 29 3B
Octal 302 271 154 0 5 54 30 66 51 73
Binary 11000010 10111001 1101100 0 101 101100 11000 110110 101001 111011

Color Harmonies of #C2B96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B96C

Black with #C2B96C

Text Example


Text Example

White with #C2B96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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