#c1b48f

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

Shades of Chino #C1B48F

Tints of Chino #C1B48F

Color information

#C1B48F (or 0xC1B48F) is unknown color: approx Chino. HEX triplet: C1, B4 and 8F. RGB value is (193,180,143). Sum of RGB (Red+Green+Blue) = 193+180+143=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B48F is #3E4B70. Grayscale: #B3B3B3. Windows color (decimal): -4082545 or 9417921. OLE color: 9417921.

HSL color Cylindrical-coordinate representation of color #C1B48F: hue angle of 44.4º 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 #C1B48F is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB193180143-
CMYK00.070.260.24
HSL44.4º28.74%65.88%-
HSV(B)44.4º25.91%75.69%-
XYZ43.2745.9632.58-
YUV179.67107.31137.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 143 (56.25% from 255) = 27.71%
R=37.40%
G=34.88%
B=27.71%

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
Decimal19318014300.070.260.2444.428.7465.88
HexC1B48F071A182c1d42
Octal3012642170732305435102
Binary11000001101101001000111101111101011000101100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1b48f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1b48f; }

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

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

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

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

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

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

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

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