Html Css Color HEX #C2B862 Dark Khaki

📋 copy color: '#C2B862'

red 194 ◦ green 184 ◦ blue 98

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

Shades of Dark Khaki #C2B862

Tints of Dark Khaki #C2B862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.59%

R = 40.76%
G = 38.66%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2B862 (or 0xC2B862) is known color: Dark Khaki. HEX triplet: C2, B8 and 62. RGB value is (194,184,98). Sum of RGB (Red+Green+Blue) = 194+184+98=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B862 is #3D479D. Grayscale: #B1B1B1. Windows color (decimal): -4016030 or 6469826. OLE color: 6469826.

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

Color convert

RGB 194 184 98 -
CMYK 0 0.05 0.49 0.24
HSL 53.75º 0.44% 0.57% -
HSV(B) 53.75º 0.49% 0.76% -
XYZ 41.59 46.63 18.36 -
YUV 177.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 194 184 98 0 0.05 0.49 0.24 53.75 0.44 0.57
Hex C2 B8 62 0 5 31 18 36 2C 39
Octal 302 270 142 0 5 61 30 66 54 71
Binary 11000010 10111000 1100010 0 101 110001 11000 110110 101100 111001

Color Harmonies of #C2B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B862

Black with #C2B862

Text Example


Text Example

White with #C2B862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B862; }

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

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

background-color css

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

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

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

border-color css

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

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

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