#CFBAA1

Color #CFBAA1 Grain Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grain Brown #CFBAA1

Tints of Grain Brown #CFBAA1

Color information

#CFBAA1 (or 0xCFBAA1) is unknown color: approx Grain Brown. HEX triplet: CF, BA and A1. RGB value is (207,186,161). Sum of RGB (Red+Green+Blue) = 207+186+161=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBAA1 is #30455E. Grayscale: #BDBDBD. Windows color (decimal): -3163487 or 10599119. OLE color: 10599119.

HSL color Cylindrical-coordinate representation of color #CFBAA1: hue angle of 32.61º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFBAA1 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB207186161-
CMYK00.100.220.19
HSL32.61º32.39%72.16%-
HSV(B)32.61º22.22%81.18%-
XYZ49.7250.9640.93-
YUV189.43111.96140.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 161 (63.28% from 255) = 29.06%
R=37.36%
G=33.57%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718616100.100.220.1932.6132.3972.16
HexCFBAA10A1613212048
Octal31727224101226234140110
Binary1100111110111010101000010101010110100111000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAA1; }

 p { color: rgb(207,186,161); }

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

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

 a { background-color: rgb(207,186,161); }

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

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

 span { border-color: rgb(207,186,161); }

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