Html Css Color HEX #C2B861 Dark Khaki

📋 copy color: '#C2B861'

red 194 ◦ green 184 ◦ blue 97

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

Shades of Dark Khaki #C2B861

Tints of Dark Khaki #C2B861

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.74%

 BLUE value IS 97 (38.28% from 255) = 20.42%

R = 40.84%
G = 38.74%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C2B861 (or 0xC2B861) is known color: Dark Khaki. HEX triplet: C2, B8 and 61. RGB value is (194,184,97). Sum of RGB (Red+Green+Blue) = 194+184+97=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B861 is #3D479E. Grayscale: #B1B1B1. Windows color (decimal): -4016031 or 6404290. OLE color: 6404290.

HSL color Cylindrical-coordinate representation of color #C2B861: hue angle of 53.81º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2B861 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 184 97 -
CMYK 0 0.05 0.50 0.24
HSL 53.81º 0.44% 0.57% -
HSV(B) 53.81º 0.5% 0.76% -
XYZ 41.55 46.61 18.12 -
YUV 177.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 194 184 97 0 0.05 0.50 0.24 53.81 0.44 0.57
Hex C2 B8 61 0 5 32 18 36 2C 39
Octal 302 270 141 0 5 62 30 66 54 71
Binary 11000010 10111000 1100001 0 101 110010 11000 110110 101100 111001

Color Harmonies of #C2B861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B861

Black with #C2B861

Text Example


Text Example

White with #C2B861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B861; }

 p { color: rgb(194,184,97); }

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

background-color css

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

 a { background-color: rgb(194,184,97); }

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

border-color css

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

 span { border-color: rgb(194,184,97); }

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