#C2BAAA

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

Shades of Cotton Seed #C2BAAA

Tints of Cotton Seed #C2BAAA

Color information

#C2BAAA (or 0xC2BAAA) is unknown color: approx Cotton Seed. HEX triplet: C2, BA and AA. RGB value is (194,186,170). Sum of RGB (Red+Green+Blue) = 194+186+170=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAAA is #3D4555. Grayscale: #BABABA. Windows color (decimal): -4015446 or 11188930. OLE color: 11188930.

HSL color Cylindrical-coordinate representation of color #C2BAAA: hue angle of 40º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BAAA is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194186170-
CMYK00.040.120.24
HSL40º16.44%71.37%-
HSV(B)40º12.37%76.08%-
XYZ47.0649.4945.1-
YUV186.57118.65133.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=35.27%
G=33.82%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418617000.040.120.244016.4471.37
HexC2BAAA04C18281047
Octal3022722520414305020107
Binary1100001010111010101010100100110011000101000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAAA; }

 p { color: rgb(194,186,170); }

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

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

 a { background-color: rgb(194,186,170); }

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

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

 span { border-color: rgb(194,186,170); }

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