#C2BDB0

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

Shades of Cotton Seed #C2BDB0

Tints of Cotton Seed #C2BDB0

Color information

#C2BDB0 (or 0xC2BDB0) is unknown color: approx Cotton Seed. HEX triplet: C2, BD and B0. RGB value is (194,189,176). Sum of RGB (Red+Green+Blue) = 194+189+176=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDB0 is #3D424F. Grayscale: #BDBDBD. Windows color (decimal): -4014672 or 11582914. OLE color: 11582914.

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

Color convert

RGB194189176-
CMYK00.030.090.24
HSL43.33º12.86%72.55%-
HSV(B)43.33º9.28%76.08%-
XYZ48.285148.37-
YUV189.01120.66131.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=34.70%
G=33.81%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418917600.030.090.2443.3312.8672.55
HexC2BDB0039182bd49
Octal3022752600311305315111
Binary11000010101111011011000001110011100010101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDB0; }

 p { color: rgb(194,189,176); }

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

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

 a { background-color: rgb(194,189,176); }

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

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

 span { border-color: rgb(194,189,176); }

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