#C2B573

Color #C2B573 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C2B573

Tints of Dark Khaki #C2B573

Color information

#C2B573 (or 0xC2B573) is unknown color: approx Dark Khaki. HEX triplet: C2, B5 and 73. RGB value is (194,181,115). Sum of RGB (Red+Green+Blue) = 194+181+115=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B573 is #3D4A8C. Grayscale: #B1B1B1. Windows color (decimal): -4016781 or 7583170. OLE color: 7583170.

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

Color convert

RGB194181115-
CMYK00.070.410.24
HSL50.13º39.3%60.59%-
HSV(B)50.13º40.72%76.08%-
XYZ41.8745.7522.84-
YUV177.3692.81139.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 181 (71.09% from 255) = 36.94%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=39.59%
G=36.94%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418111500.070.410.2450.1339.360.59
HexC2B57307291832273d
Octal302265163075130624775
Binary11000010101101011110011011110100111000110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B573; }

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

 H1.HeaderClassName
 {
   color: #C2B573;
 }
 .AnyTagClassName
 {
   color: #C2B573;
 }
</style>
background-color css

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

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

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

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

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

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