#C2B675

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

Shades of Dark Khaki #C2B675

Tints of Dark Khaki #C2B675

Color information

#C2B675 (or 0xC2B675) is unknown color: approx Dark Khaki. HEX triplet: C2, B6 and 75. RGB value is (194,182,117). Sum of RGB (Red+Green+Blue) = 194+182+117=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B675 is #3D498A. Grayscale: #B2B2B2. Windows color (decimal): -4016523 or 7714498. OLE color: 7714498.

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

Color convert

RGB194182117-
CMYK00.060.400.24
HSL50.65º38.69%60.98%-
HSV(B)50.65º39.69%76.08%-
XYZ42.1946.2123.53-
YUV178.1893.48139.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=39.35%
G=36.92%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418211700.060.400.2450.6538.6960.98
HexC2B67506281833273d
Octal302266165065030634775
Binary11000010101101101110101011010100011000110011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B675; }

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

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

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

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

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

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

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

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