#C1BBAE

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

Shades of Cotton Seed #C1BBAE

Tints of Cotton Seed #C1BBAE

Color information

#C1BBAE (or 0xC1BBAE) is unknown color: approx Cotton Seed. HEX triplet: C1, BB and AE. RGB value is (193,187,174). Sum of RGB (Red+Green+Blue) = 193+187+174=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BBAE is #3E4451. Grayscale: #BBBBBB. Windows color (decimal): -4080722 or 11451329. OLE color: 11451329.

HSL color Cylindrical-coordinate representation of color #C1BBAE: hue angle of 41.05º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1BBAE is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193187174-
CMYK00.030.100.24
HSL41.05º13.29%71.96%-
HSV(B)41.05º9.84%75.69%-
XYZ47.449.9347.18-
YUV187.31120.49132.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.84%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=34.84%
G=33.75%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318717400.030.100.2441.0513.2971.96
HexC1BBAE03A1829d48
Octal3012732560312305115110
Binary11000001101110111010111001110101100010100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBAE; }

 p { color: rgb(193,187,174); }

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

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

 a { background-color: rgb(193,187,174); }

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

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

 span { border-color: rgb(193,187,174); }

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