Html Css Color HEX #C2B868 Dark Khaki

📋 copy color: '#C2B868'

red 194 ◦ green 184 ◦ blue 104

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

Shades of Dark Khaki #C2B868

Tints of Dark Khaki #C2B868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 40.25%
G = 38.17%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C2B868 (or 0xC2B868) is known color: Dark Khaki. HEX triplet: C2, B8 and 68. RGB value is (194,184,104). Sum of RGB (Red+Green+Blue) = 194+184+104=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B868 is #3D4797. Grayscale: #B2B2B2. Windows color (decimal): -4016024 or 6863042. OLE color: 6863042.

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

Color convert

RGB 194 184 104 -
CMYK 0 0.05 0.46 0.24
HSL 53.33º 0.42% 0.58% -
HSV(B) 53.33º 0.46% 0.76% -
XYZ 41.89 46.75 19.91 -
YUV 177.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 194 184 104 0 0.05 0.46 0.24 53.33 0.42 0.58
Hex C2 B8 68 0 5 2E 18 35 2A 3A
Octal 302 270 150 0 5 56 30 65 52 72
Binary 11000010 10111000 1101000 0 101 101110 11000 110101 101010 111010

Color Harmonies of #C2B868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B868

Black with #C2B868

Text Example


Text Example

White with #C2B868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B868; }

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

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

background-color css

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

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

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

border-color css

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

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

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