#C1B48D

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

Shades of Chino #C1B48D

Tints of Chino #C1B48D

Color information

#C1B48D (or 0xC1B48D) is unknown color: approx Chino. HEX triplet: C1, B4 and 8D. RGB value is (193,180,141). Sum of RGB (Red+Green+Blue) = 193+180+141=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B48D is #3E4B72. Grayscale: #B3B3B3. Windows color (decimal): -4082547 or 9286849. OLE color: 9286849.

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

Color convert

RGB193180141-
CMYK00.070.270.24
HSL45º29.55%65.49%-
HSV(B)45º26.94%75.69%-
XYZ43.1245.931.79-
YUV179.44106.31137.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=37.55%
G=35.02%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318014100.070.270.244529.5565.49
HexC1B48D071B182d1e41
Octal3012642150733305536101
Binary11000001101101001000110101111101111000101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B48D; }

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

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

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

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

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

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

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

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