#C3BCAB

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

Shades of Cotton Seed #C3BCAB

Tints of Cotton Seed #C3BCAB

Color information

#C3BCAB (or 0xC3BCAB) is unknown color: approx Cotton Seed. HEX triplet: C3, BC and AB. RGB value is (195,188,171). Sum of RGB (Red+Green+Blue) = 195+188+171=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCAB is #3C4354. Grayscale: #BCBCBC. Windows color (decimal): -3949397 or 11254979. OLE color: 11254979.

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

Color convert

RGB195188171-
CMYK00.040.120.24
HSL42.5º16.67%71.76%-
HSV(B)42.5º12.31%76.47%-
XYZ47.8450.5145.76-
YUV188.16118.32132.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=35.20%
G=33.94%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518817100.040.120.2442.516.6771.76
HexC3BCAB04C182b1148
Octal3032742530414305321110
Binary1100001110111100101010110100110011000101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCAB; }

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

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

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

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

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

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

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

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