Html Css Color HEX #C2B96E Dark Khaki

📋 copy color: '#C2B96E'

red 194 ◦ green 185 ◦ blue 110

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

Shades of Dark Khaki #C2B96E

Tints of Dark Khaki #C2B96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.49%

R = 39.67%
G = 37.83%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2B96E (or 0xC2B96E) is known color: Dark Khaki. HEX triplet: C2, B9 and 6E. RGB value is (194,185,110). Sum of RGB (Red+Green+Blue) = 194+185+110=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B96E is #3D4691. Grayscale: #B3B3B3. Windows color (decimal): -4015762 or 7256514. OLE color: 7256514.

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

Color convert

RGB 194 185 110 -
CMYK 0 0.05 0.43 0.24
HSL 53.57º 0.41% 0.6% -
HSV(B) 53.57º 0.43% 0.76% -
XYZ 42.41 47.29 21.64 -
YUV 179.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 194 185 110 0 0.05 0.43 0.24 53.57 0.41 0.6
Hex C2 B9 6E 0 5 2B 18 36 29 3C
Octal 302 271 156 0 5 53 30 66 51 74
Binary 11000010 10111001 1101110 0 101 101011 11000 110110 101001 111100

Color Harmonies of #C2B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B96E

Black with #C2B96E

Text Example


Text Example

White with #C2B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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