#C7BFAA

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

Shades of Cotton Seed #C7BFAA

Tints of Cotton Seed #C7BFAA

Color information

#C7BFAA (or 0xC7BFAA) is unknown color: approx Cotton Seed. HEX triplet: C7, BF and AA. RGB value is (199,191,170). Sum of RGB (Red+Green+Blue) = 199+191+170=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BFAA is #384055. Grayscale: #BFBFBF. Windows color (decimal): -3686486 or 11190215. OLE color: 11190215.

HSL color Cylindrical-coordinate representation of color #C7BFAA: hue angle of 43.45º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BFAA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB199191170-
CMYK00.040.150.22
HSL43.45º20.57%72.35%-
HSV(B)43.45º14.57%78.04%-
XYZ49.4452.3145.52-
YUV191116.15133.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.54%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=35.54%
G=34.11%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919117000.040.150.2243.4520.5772.35
HexC7BFAA04F162b1548
Octal3072772520417265325110
Binary1100011110111111101010100100111110110101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFAA; }

 p { color: rgb(199,191,170); }

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

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

 a { background-color: rgb(199,191,170); }

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

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

 span { border-color: rgb(199,191,170); }

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