#C4927A

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

Shades of Pale Taupe #C4927A

Tints of Pale Taupe #C4927A

Color information

#C4927A (or 0xC4927A) is unknown color: approx Pale Taupe. HEX triplet: C4, 92 and 7A. RGB value is (196,146,122). Sum of RGB (Red+Green+Blue) = 196+146+122=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4927A is #3B6D85. Grayscale: #9E9E9E. Windows color (decimal): -3894662 or 8032964. OLE color: 8032964.

HSL color Cylindrical-coordinate representation of color #C4927A: hue angle of 19.46º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4927A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196146122-
CMYK00.260.380.23
HSL19.46º38.54%62.35%-
HSV(B)19.46º37.76%76.86%-
XYZ36.5633.722.99-
YUV158.21107.56154.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 146 (57.42% from 255) = 31.47%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=42.24%
G=31.47%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614612200.260.380.2319.4638.5462.35
HexC4927A01A261713273e
Octal3042221720324627234776
Binary110001001001001011110100110101001101011110011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4927A; }

 p { color: rgb(196,146,122); }

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

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

 a { background-color: rgb(196,146,122); }

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

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

 span { border-color: rgb(196,146,122); }

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