#C2B38D

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

Shades of Chino #C2B38D

Tints of Chino #C2B38D

Color information

#C2B38D (or 0xC2B38D) is unknown color: approx Chino. HEX triplet: C2, B3 and 8D. RGB value is (194,179,141). Sum of RGB (Red+Green+Blue) = 194+179+141=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B38D is #3D4C72. Grayscale: #B3B3B3. Windows color (decimal): -4017267 or 9286594. OLE color: 9286594.

HSL color Cylindrical-coordinate representation of color #C2B38D: hue angle of 43.02º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2B38D is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194179141-
CMYK00.080.270.24
HSL43.02º30.29%65.69%-
HSV(B)43.02º27.32%76.08%-
XYZ43.1845.6331.73-
YUV179.15106.47138.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=37.74%
G=34.82%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417914100.080.270.2443.0230.2965.69
HexC2B38D081B182b1e42
Octal30226321501033305336102
Binary110000101011001110001101010001101111000101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B38D; }

 p { color: rgb(194,179,141); }

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

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

 a { background-color: rgb(194,179,141); }

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

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

 span { border-color: rgb(194,179,141); }

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