#C18F7B

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

Shades of Pale Taupe #C18F7B

Tints of Pale Taupe #C18F7B

Color information

#C18F7B (or 0xC18F7B) is unknown color: approx Pale Taupe. HEX triplet: C1, 8F and 7B. RGB value is (193,143,123). Sum of RGB (Red+Green+Blue) = 193+143+123=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F7B is #3E7084. Grayscale: #9B9B9B. Windows color (decimal): -4092037 or 8097729. OLE color: 8097729.

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

Color convert

RGB193143123-
CMYK00.260.360.24
HSL17.14º36.08%61.96%-
HSV(B)17.14º36.27%75.69%-
XYZ35.3932.4123.13-
YUV155.67109.56154.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=42.05%
G=31.15%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314312300.260.360.2417.1436.0861.96
HexC18F7B01A241811243e
Octal3012171730324430214476
Binary110000011000111111110110110101001001100010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18F7B; }

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

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

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

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

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

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

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

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