#C4BCAB

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

Shades of Cotton Seed #C4BCAB

Tints of Cotton Seed #C4BCAB

Color information

#C4BCAB (or 0xC4BCAB) is unknown color: approx Cotton Seed. HEX triplet: C4, BC and AB. RGB value is (196,188,171). Sum of RGB (Red+Green+Blue) = 196+188+171=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCAB is #3B4354. Grayscale: #BCBCBC. Windows color (decimal): -3883861 or 11254980. OLE color: 11254980.

HSL color Cylindrical-coordinate representation of color #C4BCAB: hue angle of 40.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BCAB is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196188171-
CMYK00.040.130.23
HSL40.8º17.48%71.96%-
HSV(B)40.8º12.76%76.86%-
XYZ48.150.6445.77-
YUV188.45118.15133.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=35.32%
G=33.87%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618817100.040.130.2340.817.4871.96
HexC4BCAB04D17291148
Octal3042742530415275121110
Binary1100010010111100101010110100110110111101001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCAB; }

 p { color: rgb(196,188,171); }

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

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

 a { background-color: rgb(196,188,171); }

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

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

 span { border-color: rgb(196,188,171); }

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