Html Css Color HEX #C2B662 Dark Khaki

📋 copy color: '#C2B662'

red 194 ◦ green 182 ◦ blue 98

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

Shades of Dark Khaki #C2B662

Tints of Dark Khaki #C2B662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

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

R = 40.93%
G = 38.4%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2B662 (or 0xC2B662) is known color: Dark Khaki. HEX triplet: C2, B6 and 62. RGB value is (194,182,98). Sum of RGB (Red+Green+Blue) = 194+182+98=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B662 is #3D499D. Grayscale: #B0B0B0. Windows color (decimal): -4016542 or 6469314. OLE color: 6469314.

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

Color convert

RGB 194 182 98 -
CMYK 0 0.06 0.49 0.24
HSL 52.5º 0.44% 0.57% -
HSV(B) 52.5º 0.49% 0.76% -
XYZ 41.18 45.81 18.23 -
YUV 176.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 194 182 98 0 0.06 0.49 0.24 52.5 0.44 0.57
Hex C2 B6 62 0 6 31 18 34 2C 39
Octal 302 266 142 0 6 61 30 64 54 71
Binary 11000010 10110110 1100010 0 110 110001 11000 110100 101100 111001

Color Harmonies of #C2B662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B662

Black with #C2B662

Text Example


Text Example

White with #C2B662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B662; }

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

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

background-color css

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

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

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

border-color css

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

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

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