#C2BEB2

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

Shades of Cotton Seed #C2BEB2

Tints of Cotton Seed #C2BEB2

Color information

#C2BEB2 (or 0xC2BEB2) is unknown color: approx Cotton Seed. HEX triplet: C2, BE and B2. RGB value is (194,190,178). Sum of RGB (Red+Green+Blue) = 194+190+178=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEB2 is #3D414D. Grayscale: #BDBDBD. Windows color (decimal): -4014414 or 11714242. OLE color: 11714242.

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

Color convert

RGB194190178-
CMYK00.020.080.24
HSL45º11.59%72.94%-
HSV(B)45º8.25%76.08%-
XYZ48.751.5149.5-
YUV189.83121.33130.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 178 (69.92% from 255) = 31.67%
R=34.52%
G=33.81%
B=31.67%

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
Decimal19419017800.020.080.244511.5972.94
HexC2BEB2028182dc49
Octal3022762620210305514111
Binary11000010101111101011001001010001100010110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEB2; }

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

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

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

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

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

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

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

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