#C1B48E

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

Shades of Chino #C1B48E

Tints of Chino #C1B48E

Color information

#C1B48E (or 0xC1B48E) is unknown color: approx Chino. HEX triplet: C1, B4 and 8E. RGB value is (193,180,142). Sum of RGB (Red+Green+Blue) = 193+180+142=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B48E is #3E4B71. Grayscale: #B3B3B3. Windows color (decimal): -4082546 or 9352385. OLE color: 9352385.

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

Color convert

RGB193180142-
CMYK00.070.260.24
HSL44.71º29.14%65.69%-
HSV(B)44.71º26.42%75.69%-
XYZ43.245.9332.18-
YUV179.55106.81137.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=37.48%
G=34.95%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318014200.070.260.2444.7129.1465.69
HexC1B48E071A182d1d42
Octal3012642160732305535102
Binary11000001101101001000111001111101011000101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B48E; }

 p { color: rgb(193,180,142); }

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

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

 a { background-color: rgb(193,180,142); }

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

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

 span { border-color: rgb(193,180,142); }

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