Html Css Color HEX #C2B66E Dark Khaki

📋 copy color: '#C2B66E'

red 194 ◦ green 182 ◦ blue 110

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

Shades of Dark Khaki #C2B66E

Tints of Dark Khaki #C2B66E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

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

R = 39.92%
G = 37.45%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2B66E (or 0xC2B66E) is known color: Dark Khaki. HEX triplet: C2, B6 and 6E. RGB value is (194,182,110). Sum of RGB (Red+Green+Blue) = 194+182+110=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B66E is #3D4991. Grayscale: #B1B1B1. Windows color (decimal): -4016530 or 7255746. OLE color: 7255746.

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

Color convert

RGB 194 182 110 -
CMYK 0 0.06 0.43 0.24
HSL 51.43º 0.41% 0.6% -
HSV(B) 51.43º 0.43% 0.76% -
XYZ 41.79 46.05 21.44 -
YUV 177.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 194 182 110 0 0.06 0.43 0.24 51.43 0.41 0.6
Hex C2 B6 6E 0 6 2B 18 33 29 3C
Octal 302 266 156 0 6 53 30 63 51 74
Binary 11000010 10110110 1101110 0 110 101011 11000 110011 101001 111100

Color Harmonies of #C2B66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B66E

Black with #C2B66E

Text Example


Text Example

White with #C2B66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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