#C2BCAB

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

Shades of Cotton Seed #C2BCAB

Tints of Cotton Seed #C2BCAB

Color information

#C2BCAB (or 0xC2BCAB) is unknown color: approx Cotton Seed. HEX triplet: C2, BC and AB. RGB value is (194,188,171). Sum of RGB (Red+Green+Blue) = 194+188+171=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCAB is #3D4354. Grayscale: #BBBBBB. Windows color (decimal): -4014933 or 11254978. OLE color: 11254978.

HSL color Cylindrical-coordinate representation of color #C2BCAB: hue angle of 44.35º degrees, saturation: 0.16, 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 #C2BCAB is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194188171-
CMYK00.030.120.24
HSL44.35º15.86%71.57%-
HSV(B)44.35º11.86%76.08%-
XYZ47.5850.3845.74-
YUV187.86118.49132.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=35.08%
G=34.00%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418817100.030.120.2444.3515.8671.57
HexC2BCAB03C182c1048
Octal3022742530314305420110
Binary110000101011110010101011011110011000101100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCAB; }

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

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

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

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

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

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

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

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