Html Css Color HEX #C2B962 Dark Khaki

📋 copy color: '#C2B962'

red 194 ◦ green 185 ◦ blue 98

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

Shades of Dark Khaki #C2B962

Tints of Dark Khaki #C2B962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

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

R = 40.67%
G = 38.78%
B = 20.55%

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

#C2B962 (or 0xC2B962) is known color: Dark Khaki. HEX triplet: C2, B9 and 62. RGB value is (194,185,98). Sum of RGB (Red+Green+Blue) = 194+185+98=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B962 is #3D469D. Grayscale: #B2B2B2. Windows color (decimal): -4015774 or 6470082. OLE color: 6470082.

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

Color convert

RGB 194 185 98 -
CMYK 0 0.05 0.49 0.24
HSL 54.38º 0.44% 0.57% -
HSV(B) 54.38º 0.49% 0.76% -
XYZ 41.8 47.05 18.43 -
YUV 177.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 194 185 98 0 0.05 0.49 0.24 54.38 0.44 0.57
Hex C2 B9 62 0 5 31 18 36 2C 39
Octal 302 271 142 0 5 61 30 66 54 71
Binary 11000010 10111001 1100010 0 101 110001 11000 110110 101100 111001

Color Harmonies of #C2B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B962

Black with #C2B962

Text Example


Text Example

White with #C2B962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B962; }

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

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

background-color css

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

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

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

border-color css

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

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

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