Html Css Color HEX #C2B36C Dark Khaki

📋 copy color: '#C2B36C'

red 194 ◦ green 179 ◦ blue 108

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

Shades of Dark Khaki #C2B36C

Tints of Dark Khaki #C2B36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 40.33%
G = 37.21%
B = 22.45%

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

#C2B36C (or 0xC2B36C) is known color: Dark Khaki. HEX triplet: C2, B3 and 6C. RGB value is (194,179,108). Sum of RGB (Red+Green+Blue) = 194+179+108=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B36C is #3D4C93. Grayscale: #AFAFAF. Windows color (decimal): -4017300 or 7123906. OLE color: 7123906.

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

Color convert

RGB 194 179 108 -
CMYK 0 0.08 0.44 0.24
HSL 49.53º 0.41% 0.59% -
HSV(B) 49.53º 0.44% 0.76% -
XYZ 41.08 44.79 20.67 -
YUV 175.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 194 179 108 0 0.08 0.44 0.24 49.53 0.41 0.59
Hex C2 B3 6C 0 8 2C 18 32 29 3B
Octal 302 263 154 0 10 54 30 62 51 73
Binary 11000010 10110011 1101100 0 1000 101100 11000 110010 101001 111011

Color Harmonies of #C2B36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B36C

Black with #C2B36C

Text Example


Text Example

White with #C2B36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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