Html Css Color HEX #C2B564 Dark Khaki

📋 copy color: '#C2B564'

red 194 ◦ green 181 ◦ blue 100

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

Shades of Dark Khaki #C2B564

Tints of Dark Khaki #C2B564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 40.84%
G = 38.11%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2B564 (or 0xC2B564) is known color: Dark Khaki. HEX triplet: C2, B5 and 64. RGB value is (194,181,100). Sum of RGB (Red+Green+Blue) = 194+181+100=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B564 is #3D4A9B. Grayscale: #AFAFAF. Windows color (decimal): -4016796 or 6600130. OLE color: 6600130.

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

Color convert

RGB 194 181 100 -
CMYK 0 0.07 0.48 0.24
HSL 51.7º 0.44% 0.58% -
HSV(B) 51.7º 0.48% 0.76% -
XYZ 41.07 45.44 18.66 -
YUV 175.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 194 181 100 0 0.07 0.48 0.24 51.7 0.44 0.58
Hex C2 B5 64 0 7 30 18 34 2C 3A
Octal 302 265 144 0 7 60 30 64 54 72
Binary 11000010 10110101 1100100 0 111 110000 11000 110100 101100 111010

Color Harmonies of #C2B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B564

Black with #C2B564

Text Example


Text Example

White with #C2B564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B564; }

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

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

background-color css

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

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

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

border-color css

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

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

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