#C5BEAB

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

Shades of Cotton Seed #C5BEAB

Tints of Cotton Seed #C5BEAB

Color information

#C5BEAB (or 0xC5BEAB) is unknown color: approx Cotton Seed. HEX triplet: C5, BE and AB. RGB value is (197,190,171). Sum of RGB (Red+Green+Blue) = 197+190+171=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEAB is #3A4154. Grayscale: #BEBEBE. Windows color (decimal): -3817813 or 11255493. OLE color: 11255493.

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

Color convert

RGB197190171-
CMYK00.040.130.23
HSL43.85º18.31%72.16%-
HSV(B)43.85º13.2%77.25%-
XYZ48.7951.6445.92-
YUV189.93117.32133.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=35.30%
G=34.05%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719017100.040.130.2343.8518.3172.16
HexC5BEAB04D172c1248
Octal3052762530415275422110
Binary1100010110111110101010110100110110111101100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEAB; }

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

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

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

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

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

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

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

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