#C2BEB3

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

Shades of Cotton Seed #C2BEB3

Tints of Cotton Seed #C2BEB3

Color information

#C2BEB3 (or 0xC2BEB3) is unknown color: approx Cotton Seed. HEX triplet: C2, BE and B3. RGB value is (194,190,179). Sum of RGB (Red+Green+Blue) = 194+190+179=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEB3 is #3D414C. Grayscale: #BDBDBD. Windows color (decimal): -4014413 or 11779778. OLE color: 11779778.

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

Color convert

RGB194190179-
CMYK00.020.080.24
HSL44º10.95%73.14%-
HSV(B)44º7.73%76.08%-
XYZ48.851.5550.03-
YUV189.94121.83130.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=34.46%
G=33.75%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419017900.020.080.244410.9573.14
HexC2BEB3028182cb49
Octal3022762630210305413111
Binary11000010101111101011001101010001100010110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEB3; }

 p { color: rgb(194,190,179); }

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

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

 a { background-color: rgb(194,190,179); }

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

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

 span { border-color: rgb(194,190,179); }

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