#C2B570

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

Shades of Dark Khaki #C2B570

Tints of Dark Khaki #C2B570

Color information

#C2B570 (or 0xC2B570) is unknown color: approx Dark Khaki. HEX triplet: C2, B5 and 70. RGB value is (194,181,112). Sum of RGB (Red+Green+Blue) = 194+181+112=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B570 is #3D4A8F. Grayscale: #B1B1B1. Windows color (decimal): -4016784 or 7386562. OLE color: 7386562.

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

Color convert

RGB194181112-
CMYK00.070.420.24
HSL50.49º40.2%60%-
HSV(B)50.49º42.27%76.08%-
XYZ41.745.6921.95-
YUV177.0291.31140.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=39.84%
G=37.17%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418111200.070.420.2450.4940.260
HexC2B570072A1832283c
Octal302265160075230625074
Binary11000010101101011110000011110101011000110010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B570; }

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

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

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

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

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

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

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

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