#C5BEAA

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

Shades of Cotton Seed #C5BEAA

Tints of Cotton Seed #C5BEAA

Color information

#C5BEAA (or 0xC5BEAA) is unknown color: approx Cotton Seed. HEX triplet: C5, BE and AA. RGB value is (197,190,170). Sum of RGB (Red+Green+Blue) = 197+190+170=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEAA is #3A4155. Grayscale: #BDBDBD. Windows color (decimal): -3817814 or 11189957. OLE color: 11189957.

HSL color Cylindrical-coordinate representation of color #C5BEAA: hue angle of 44.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BEAA is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB197190170-
CMYK00.040.140.23
HSL44.44º18.88%71.96%-
HSV(B)44.44º13.71%77.25%-
XYZ48.751.645.42-
YUV189.81116.82133.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=35.37%
G=34.11%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719017000.040.140.2344.4418.8871.96
HexC5BEAA04E172c1348
Octal3052762520416275423110
Binary1100010110111110101010100100111010111101100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEAA; }

 p { color: rgb(197,190,170); }

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

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

 a { background-color: rgb(197,190,170); }

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

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

 span { border-color: rgb(197,190,170); }

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