Html Css Color HEX #C2B66D Dark Khaki

📋 copy color: '#C2B66D'

red 194 ◦ green 182 ◦ blue 109

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

Shades of Dark Khaki #C2B66D

Tints of Dark Khaki #C2B66D

RGB

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

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

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

R = 40%
G = 37.53%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2B66D (or 0xC2B66D) is known color: Dark Khaki. HEX triplet: C2, B6 and 6D. RGB value is (194,182,109). Sum of RGB (Red+Green+Blue) = 194+182+109=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B66D is #3D4992. Grayscale: #B1B1B1. Windows color (decimal): -4016531 or 7190210. OLE color: 7190210.

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

Color convert

RGB 194 182 109 -
CMYK 0 0.06 0.44 0.24
HSL 51.53º 0.41% 0.59% -
HSV(B) 51.53º 0.44% 0.76% -
XYZ 41.74 46.03 21.15 -
YUV 177.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 194 182 109 0 0.06 0.44 0.24 51.53 0.41 0.59
Hex C2 B6 6D 0 6 2C 18 34 29 3B
Octal 302 266 155 0 6 54 30 64 51 73
Binary 11000010 10110110 1101101 0 110 101100 11000 110100 101001 111011

Color Harmonies of #C2B66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B66D

Black with #C2B66D

Text Example


Text Example

White with #C2B66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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