Html Css Color HEX #C2B36E Dark Khaki

📋 copy color: '#C2B36E'

red 194 ◦ green 179 ◦ blue 110

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

Shades of Dark Khaki #C2B36E

Tints of Dark Khaki #C2B36E

RGB

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

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

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

R = 40.17%
G = 37.06%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2B36E (or 0xC2B36E) is known color: Dark Khaki. HEX triplet: C2, B3 and 6E. RGB value is (194,179,110). Sum of RGB (Red+Green+Blue) = 194+179+110=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B36E is #3D4C91. Grayscale: #AFAFAF. Windows color (decimal): -4017298 or 7254978. OLE color: 7254978.

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

Color convert

RGB 194 179 110 -
CMYK 0 0.08 0.43 0.24
HSL 49.29º 0.41% 0.6% -
HSV(B) 49.29º 0.43% 0.76% -
XYZ 41.18 44.84 21.24 -
YUV 175.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 194 179 110 0 0.08 0.43 0.24 49.29 0.41 0.6
Hex C2 B3 6E 0 8 2B 18 31 29 3C
Octal 302 263 156 0 10 53 30 61 51 74
Binary 11000010 10110011 1101110 0 1000 101011 11000 110001 101001 111100

Color Harmonies of #C2B36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B36E

Black with #C2B36E

Text Example


Text Example

White with #C2B36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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