#C1BDB3

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

Shades of Cotton Seed #C1BDB3

Tints of Cotton Seed #C1BDB3

Color information

#C1BDB3 (or 0xC1BDB3) is unknown color: approx Cotton Seed. HEX triplet: C1, BD and B3. RGB value is (193,189,179). Sum of RGB (Red+Green+Blue) = 193+189+179=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDB3 is #3E424C. Grayscale: #BDBDBD. Windows color (decimal): -4080205 or 11779521. OLE color: 11779521.

HSL color Cylindrical-coordinate representation of color #C1BDB3: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1BDB3 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB193189179-
CMYK00.020.070.24
HSL42.86º10.14%72.94%-
HSV(B)42.86º7.25%75.69%-
XYZ48.3350.9949.94-
YUV189.06122.33130.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 179 (70.31% from 255) = 31.91%
R=34.40%
G=33.69%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318917900.020.070.2442.8610.1472.94
HexC1BDB3027182ba49
Octal301275263027305312111
Binary1100000110111101101100110101111100010101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDB3; }

 p { color: rgb(193,189,179); }

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

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

 a { background-color: rgb(193,189,179); }

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

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

 span { border-color: rgb(193,189,179); }

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