#C5BFAE

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

Shades of Cotton Seed #C5BFAE

Tints of Cotton Seed #C5BFAE

Color information

#C5BFAE (or 0xC5BFAE) is unknown color: approx Cotton Seed. HEX triplet: C5, BF and AE. RGB value is (197,191,174). Sum of RGB (Red+Green+Blue) = 197+191+174=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFAE is #3A4051. Grayscale: #BEBEBE. Windows color (decimal): -3817554 or 11452357. OLE color: 11452357.

HSL color Cylindrical-coordinate representation of color #C5BFAE: hue angle of 44.35º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BFAE is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB197191174-
CMYK00.030.120.23
HSL44.35º16.55%72.75%-
HSV(B)44.35º11.68%77.25%-
XYZ49.352.1947.52-
YUV190.86118.49132.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=35.05%
G=33.99%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719117400.030.120.2344.3516.5572.75
HexC5BFAE03C172c1149
Octal3052772560314275421111
Binary110001011011111110101110011110010111101100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFAE; }

 p { color: rgb(197,191,174); }

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

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

 a { background-color: rgb(197,191,174); }

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

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

 span { border-color: rgb(197,191,174); }

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