Html Css Color HEX #C2B36D Dark Khaki

📋 copy color: '#C2B36D'

red 194 ◦ green 179 ◦ blue 109

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

Shades of Dark Khaki #C2B36D

Tints of Dark Khaki #C2B36D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

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

R = 40.25%
G = 37.14%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2B36D (or 0xC2B36D) is known color: Dark Khaki. HEX triplet: C2, B3 and 6D. RGB value is (194,179,109). Sum of RGB (Red+Green+Blue) = 194+179+109=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B36D is #3D4C92. Grayscale: #AFAFAF. Windows color (decimal): -4017299 or 7189442. OLE color: 7189442.

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

Color convert

RGB 194 179 109 -
CMYK 0 0.08 0.44 0.24
HSL 49.41º 0.41% 0.59% -
HSV(B) 49.41º 0.44% 0.76% -
XYZ 41.13 44.81 20.95 -
YUV 175.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 194 179 109 0 0.08 0.44 0.24 49.41 0.41 0.59
Hex C2 B3 6D 0 8 2C 18 31 29 3B
Octal 302 263 155 0 10 54 30 61 51 73
Binary 11000010 10110011 1101101 0 1000 101100 11000 110001 101001 111011

Color Harmonies of #C2B36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B36D

Black with #C2B36D

Text Example


Text Example

White with #C2B36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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