#C4B1A0

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

Shades of Silk #C4B1A0

Tints of Silk #C4B1A0

Color information

#C4B1A0 (or 0xC4B1A0) is unknown color: approx Silk. HEX triplet: C4, B1 and A0. RGB value is (196,177,160). Sum of RGB (Red+Green+Blue) = 196+177+160=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B1A0 is #3B4E5F. Grayscale: #B4B4B4. Windows color (decimal): -3886688 or 10531268. OLE color: 10531268.

HSL color Cylindrical-coordinate representation of color #C4B1A0: hue angle of 28.33º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4B1A0 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB196177160-
CMYK00.100.180.23
HSL28.33º23.38%69.8%-
HSV(B)28.33º18.37%76.86%-
XYZ44.8345.7239.72-
YUV180.74116.29138.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=36.77%
G=33.21%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617716000.100.180.2328.3323.3869.8
HexC4B1A00A12171c1746
Octal30426124001222273427106
Binary11000100101100011010000001010100101011111100101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1A0; }

 p { color: rgb(196,177,160); }

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

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

 a { background-color: rgb(196,177,160); }

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

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

 span { border-color: rgb(196,177,160); }

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