Html Css Color HEX #C2B16D Dark Khaki

📋 copy color: '#C2B16D'

red 194 ◦ green 177 ◦ blue 109

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

Shades of Dark Khaki #C2B16D

Tints of Dark Khaki #C2B16D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.88%

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

R = 40.42%
G = 36.88%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2B16D (or 0xC2B16D) is known color: Dark Khaki. HEX triplet: C2, B1 and 6D. RGB value is (194,177,109). Sum of RGB (Red+Green+Blue) = 194+177+109=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B16D is #3D4E92. Grayscale: #AEAEAE. Windows color (decimal): -4017811 or 7188930. OLE color: 7188930.

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

Color convert

RGB 194 177 109 -
CMYK 0 0.09 0.44 0.24
HSL 48º 0.41% 0.59% -
HSV(B) 48º 0.44% 0.76% -
XYZ 40.73 44.02 20.82 -
YUV 174.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 194 177 109 0 0.09 0.44 0.24 48 0.41 0.59
Hex C2 B1 6D 0 9 2C 18 30 29 3B
Octal 302 261 155 0 11 54 30 60 51 73
Binary 11000010 10110001 1101101 0 1001 101100 11000 110000 101001 111011

Color Harmonies of #C2B16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B16D

Black with #C2B16D

Text Example


Text Example

White with #C2B16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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