Html Css Color HEX #C2B860 Dark Khaki

📋 copy color: '#C2B860'

red 194 ◦ green 184 ◦ blue 96

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

Shades of Dark Khaki #C2B860

Tints of Dark Khaki #C2B860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.25%

R = 40.93%
G = 38.82%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2B860 (or 0xC2B860) is known color: Dark Khaki. HEX triplet: C2, B8 and 60. RGB value is (194,184,96). Sum of RGB (Red+Green+Blue) = 194+184+96=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B860 is #3D479F. Grayscale: #B1B1B1. Windows color (decimal): -4016032 or 6338754. OLE color: 6338754.

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

Color convert

RGB 194 184 96 -
CMYK 0 0.05 0.51 0.24
HSL 53.88º 0.45% 0.57% -
HSV(B) 53.88º 0.51% 0.76% -
XYZ 41.5 46.59 17.87 -
YUV 176.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 194 184 96 0 0.05 0.51 0.24 53.88 0.45 0.57
Hex C2 B8 60 0 5 33 18 36 2D 39
Octal 302 270 140 0 5 63 30 66 55 71
Binary 11000010 10111000 1100000 0 101 110011 11000 110110 101101 111001

Color Harmonies of #C2B860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B860

Black with #C2B860

Text Example


Text Example

White with #C2B860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B860; }

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

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

background-color css

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

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

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

border-color css

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

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

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