Html Css Color HEX #C2B563 Dark Khaki

📋 copy color: '#C2B563'

red 194 ◦ green 181 ◦ blue 99

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

Shades of Dark Khaki #C2B563

Tints of Dark Khaki #C2B563

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.19%

 BLUE value IS 99 (39.06% from 255) = 20.89%

R = 40.93%
G = 38.19%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2B563 (or 0xC2B563) is known color: Dark Khaki. HEX triplet: C2, B5 and 63. RGB value is (194,181,99). Sum of RGB (Red+Green+Blue) = 194+181+99=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B563 is #3D4A9C. Grayscale: #AFAFAF. Windows color (decimal): -4016797 or 6534594. OLE color: 6534594.

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

Color convert

RGB 194 181 99 -
CMYK 0 0.07 0.49 0.24
HSL 51.79º 0.44% 0.57% -
HSV(B) 51.79º 0.49% 0.76% -
XYZ 41.02 45.42 18.41 -
YUV 175.54 84.81 141.17 -
System Red Green Blue C M Y K H S L
Decimal 194 181 99 0 0.07 0.49 0.24 51.79 0.44 0.57
Hex C2 B5 63 0 7 31 18 34 2C 39
Octal 302 265 143 0 7 61 30 64 54 71
Binary 11000010 10110101 1100011 0 111 110001 11000 110100 101100 111001

Color Harmonies of #C2B563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B563

Black with #C2B563

Text Example


Text Example

White with #C2B563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B563; }

 p { color: rgb(194,181,99); }

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

background-color css

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

 a { background-color: rgb(194,181,99); }

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

border-color css

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

 span { border-color: rgb(194,181,99); }

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